summaryrefslogtreecommitdiffstats
path: root/ipv4ll.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 /ipv4ll.h
parentdaee47fc1d49cda866ed641bc516c627be75fc6d (diff)
downloaddhcpcd-a9819bfb1fdcb3233f49d5e0fee7939868005a4d.tar.xz
Split interface and socket out into OS bpf, if-bsd and if-linux.
Diffstat (limited to 'ipv4ll.h')
-rw-r--r--ipv4ll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv4ll.h b/ipv4ll.h
index a4dea074..a21638e0 100644
--- a/ipv4ll.h
+++ b/ipv4ll.h
@@ -31,7 +31,7 @@
#ifdef ENABLE_IPV4LL
#include "dhcp.h"
-#include "interface.h"
+#include "if.h"
int ipv4ll_get_address(struct interface *, struct dhcp *);