diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-08 23:21:16 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-08 23:23:12 +0200 |
commit | 16ca5451aa45e90fdefd2cc6480f7b9e31066b37 (patch) | |
tree | d1156e69315cd5dcca3114ee252e02b4e536462e /src | |
parent | b38c76745c81f93e7a9f14d774210ee985f47b6a (diff) | |
download | fastd-16ca5451aa45e90fdefd2cc6480f7b9e31066b37.tar fastd-16ca5451aa45e90fdefd2cc6480f7b9e31066b37.zip |
Add some includes needed on OpenBSD
Diffstat (limited to 'src')
-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> |