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

--- src/nd_misc.h.orig Fri Oct 11 23:55:05 2002
+++ src/nd_misc.h Fri Oct 11 23:55:41 2002
@@ -27,6 +27,7 @@
#define __nd_misc_h
#include <stdlib.h>
+#include <sys/socket.h>
#include <net/if.h>
#include <gtk/gtk.h>
#include <netdude/nd_protocol.h>