diff options
Diffstat (limited to 'src/compat.h')
-rw-r--r-- | src/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compat.h b/src/compat.h index 16bf9d5..c127100 100644 --- a/src/compat.h +++ b/src/compat.h @@ -33,8 +33,11 @@ #include <unistd.h> #include <sys/types.h> +#include <sys/queue.h> #include <sys/socket.h> +#include <net/if.h> +#include <net/if_arp.h> #include <netinet/in.h> #include <netinet/if_ether.h> |