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

--- src/nd.h.orig Sat Oct 12 00:03:36 2002
+++ src/nd.h Sat Oct 12 00:03:59 2002
@@ -31,6 +31,7 @@
#ifdef LINUX
#define __FAVOR_BSD
#endif
+#include <sys/types.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>