diff options
Diffstat (limited to 'nhrpd')
-rw-r--r-- | nhrpd/linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nhrpd/linux.c b/nhrpd/linux.c index eb9816687..2a255c435 100644 --- a/nhrpd/linux.c +++ b/nhrpd/linux.c @@ -7,6 +7,7 @@ #include <errno.h> #include <linux/if_packet.h> +#include <sys/ioctl.h> #include "nhrp_protocol.h" #include "os.h" |