summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-09-07 14:02:51 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-09-07 14:02:51 +0200
commit8ec02f772f3530d5c9023bd1ccf74fea555c69ed (patch)
treece123cbe31ab34931bfc9565578ad43be067ba87
parent41a80f8b83bc9027fab1b291202d83db34125027 (diff)
parent079d11043ccca3526df2c9511ae02707b79c87db (diff)
downloadouroboros-8ec02f772f3530d5c9023bd1ccf74fea555c69ed.tar.gz
ouroboros-8ec02f772f3530d5c9023bd1ccf74fea555c69ed.zip
Merged in dstaesse/ouroboros/be-fbsd (pull request #246)
ipcpd: Add missing include for FreeBSD
-rw-r--r--src/ipcpd/shim-eth-llc/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c
index 0fa32313..d74984cc 100644
--- a/src/ipcpd/shim-eth-llc/main.c
+++ b/src/ipcpd/shim-eth-llc/main.c
@@ -62,6 +62,7 @@
#ifdef __FreeBSD__
#include <net/if_dl.h>
#include <netinet/if_ether.h>
+#include <ifaddrs.h>
#endif
#include <poll.h>