diff options
Diffstat (limited to 'net/netdude/files/patch-protocols-arp::nd_arp.h')
-rw-r--r-- | net/netdude/files/patch-protocols-arp::nd_arp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netdude/files/patch-protocols-arp::nd_arp.h b/net/netdude/files/patch-protocols-arp::nd_arp.h new file mode 100644 index 000000000000..f35421e24833 --- /dev/null +++ b/net/netdude/files/patch-protocols-arp::nd_arp.h @@ -0,0 +1,11 @@ +--- 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> + |