mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
10 lines
233 B
C
10 lines
233 B
C
--- protocols/arp/nd_arp.c.orig Sat Oct 12 00:15:36 2002
|
|
+++ protocols/arp/nd_arp.c Sat Oct 12 00:15:47 2002
|
|
@@ -23,6 +23,7 @@
|
|
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|