freebsd-ports/net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c
Edwin Groothuis 95984d4c26 Make net/netdude compiling on -current again.
PR:		ports/45538
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se>
2002-11-24 09:52:50 +00:00

10 lines
291 B
C

--- 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>