blob: 0f0049572921fedcdae85d2ac6fc81c1e5595f5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- protocols/tcp/nd_tcb.c.orig Sun Oct 13 21:42:08 2002
+++ protocols/tcp/nd_tcb.c Sun Oct 13 21:45:35 2002
@@ -26,13 +26,15 @@
# include <config.h>
#endif
+#include <sys/types.h>
+#include <netinet/in_systm.h>
+#include <netinet/in.h>
#include <netinet/ip.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
-#include <sys/types.h>
#include <glib.h>
#include <netdude/nd.h>
|