freebsd-ports/net/netdude/files/patch-protocols-ether::nd_ether.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
227 B
C

--- protocols/ether/nd_ether.c.orig Sat Oct 12 00:18:53 2002
+++ protocols/ether/nd_ether.c Sat Oct 12 00:19:07 2002
@@ -23,6 +23,7 @@
*/
+#include <sys/types.h>
#include <net/ethernet.h>
#include <netdude/nd_debug.h>