blob: 8b3078ad95bafa534fec4b30c2371d18dc601146 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- protocols/ip/nd_ip_callbacks.c.orig Sun Oct 13 21:35:01 2002
+++ protocols/ip/nd_ip_callbacks.c Sun Oct 13 21:35:31 2002
@@ -26,6 +26,7 @@
#ifdef LINUX
#define __FAVOR_BSD
#endif
+#include <sys/types.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>
|