freebsd-ports/net/netdude/files/patch-src::nd_protocol.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
226 B
C

--- src/nd_protocol.c.orig Wed Nov 20 20:13:36 2002
+++ src/nd_protocol.c Wed Nov 20 20:14:20 2002
@@ -26,6 +26,7 @@
# include <config.h>
#endif
+#include <sys/types.h>
#include <netinet/in.h>
#include <netdude/nd.h>