diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ipcpd/shim-eth-llc/main.c | 1 |
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> |