summaryrefslogtreecommitdiffstats
path: root/arp.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-24 01:29:33 +0000
committerRoy Marples <roy@marples.name>2008-03-24 01:29:33 +0000
commita9819bfb1fdcb3233f49d5e0fee7939868005a4d (patch)
tree6e8c43bdf138c4b3b07dbf640e080281d85d403d /arp.h
parentdaee47fc1d49cda866ed641bc516c627be75fc6d (diff)
downloaddhcpcd-a9819bfb1fdcb3233f49d5e0fee7939868005a4d.tar.xz
Split interface and socket out into OS bpf, if-bsd and if-linux.
Diffstat (limited to 'arp.h')
-rw-r--r--arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arp.h b/arp.h
index e8928ce7..2bc3ecf8 100644
--- a/arp.h
+++ b/arp.h
@@ -31,7 +31,7 @@
#ifdef ENABLE_ARP
#include <netinet/in.h>
-#include "interface.h"
+#include "if.h"
int arp_claim(struct interface *, struct in_addr);
#endif