diff options
| author | Roy Marples <roy@marples.name> | 2008-03-24 01:29:33 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-03-24 01:29:33 +0000 |
| commit | a9819bfb1fdcb3233f49d5e0fee7939868005a4d (patch) | |
| tree | 6e8c43bdf138c4b3b07dbf640e080281d85d403d /ipv4ll.h | |
| parent | daee47fc1d49cda866ed641bc516c627be75fc6d (diff) | |
| download | dhcpcd-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ #ifdef ENABLE_IPV4LL #include "dhcp.h" -#include "interface.h" +#include "if.h" int ipv4ll_get_address(struct interface *, struct dhcp *); |
