1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/netdude/files/patch-src::nd_misc.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

11 lines
253 B
C

--- src/nd_misc.c.orig Sat Oct 12 00:00:02 2002
+++ src/nd_misc.c Sat Oct 12 00:00:19 2002
@@ -37,6 +37,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
+#include <sys/socket.h>
#include <net/if.h>
#include <netdude/nd.h>