diff options
| author | Roy Marples <roy@marples.name> | 2008-03-24 01:45:37 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-03-24 01:45:37 +0000 |
| commit | 5c7da814480414082528912a7f383c2fec22ac6a (patch) | |
| tree | 2434a1c16cd6d444af113ff61f02120047043b2f /bpf.c | |
| parent | a9819bfb1fdcb3233f49d5e0fee7939868005a4d (diff) | |
| download | dhcpcd-5c7da814480414082528912a7f383c2fec22ac6a.tar.xz | |
Fix compile on BSD.
Diffstat (limited to 'bpf.c')
| -rw-r--r-- | bpf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,9 +47,10 @@ #include "config.h" #include "dhcp.h" -#include "interface.h" +#include "if.h" #include "logger.h" #include "socket.h" +#include "bpf-filter.h" void setup_packet_filters(void) |
