diff options
Diffstat (limited to 'src/dhcpv6.c')
-rw-r--r-- | src/dhcpv6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dhcpv6.c b/src/dhcpv6.c index 9f91162..81eae06 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -18,6 +18,7 @@ #include <stddef.h> #include <resolv.h> #include <sys/timerfd.h> +#include <arpa/inet.h> #include "odhcpd.h" #include "dhcpv6.h" |