freebsd-ports/net/netdude/files/patch-protocols-arp::nd_arp.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

12 lines
272 B
C

--- protocols/arp/nd_arp.h.orig Wed Nov 20 20:57:00 2002
+++ protocols/arp/nd_arp.h Wed Nov 20 20:57:26 2002
@@ -26,6 +26,8 @@
#ifndef __nd_arp_h
#define __nd_arp_h
+#include <sys/types.h>
+#include <sys/socket.h>
#include <net/ethernet.h>
#include <net/if_arp.h>