summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-08 23:21:16 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-08 23:23:12 +0200
commit16ca5451aa45e90fdefd2cc6480f7b9e31066b37 (patch)
treed1156e69315cd5dcca3114ee252e02b4e536462e
parentb38c76745c81f93e7a9f14d774210ee985f47b6a (diff)
downloadfastd-16ca5451aa45e90fdefd2cc6480f7b9e31066b37.tar
fastd-16ca5451aa45e90fdefd2cc6480f7b9e31066b37.zip
Add some includes needed on OpenBSD
-rw-r--r--src/compat.h3
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>