2009-09-20 13:15:49 +00:00
|
|
|
--- a/src/othptab.c
|
|
|
|
+++ b/src/othptab.c
|
|
|
|
@@ -18,6 +18,7 @@ details.
|
2009-01-16 14:41:55 +00:00
|
|
|
|
2009-09-20 13:15:49 +00:00
|
|
|
#include <stdlib.h>
|
2009-01-16 14:41:55 +00:00
|
|
|
#include <asm/types.h>
|
|
|
|
+#include <sys/types.h>
|
2009-09-20 13:15:49 +00:00
|
|
|
#include <sys/socket.h>
|
2009-01-16 14:41:55 +00:00
|
|
|
#include <linux/if_ether.h>
|
|
|
|
#include <linux/if_tr.h>
|
2009-09-20 13:15:49 +00:00
|
|
|
--- a/src/tr.c
|
|
|
|
+++ b/src/tr.c
|
2009-01-16 14:41:55 +00:00
|
|
|
@@ -7,6 +7,7 @@
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <asm/types.h>
|
|
|
|
+#include <sys/types.h>
|
|
|
|
#include <linux/if_tr.h>
|
|
|
|
#include <netinet/in.h>
|
|
|
|
|