11 lines
184 B
Text
11 lines
184 B
Text
Index: arp.c
|
|
--- arp.c.orig
|
|
+++ arp.c
|
|
@@ -32,6 +32,7 @@
|
|
#include <netinet/if_ether.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
#ifdef BSD
|