diff options
Diffstat (limited to 'nhrpd')
-rw-r--r-- | nhrpd/linux.c | 1 | ||||
-rw-r--r-- | nhrpd/vici.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nhrpd/linux.c b/nhrpd/linux.c index 2a255c435..b25df9ff2 100644 --- a/nhrpd/linux.c +++ b/nhrpd/linux.c @@ -5,6 +5,7 @@ #include "zebra.h" +#include <fcntl.h> #include <errno.h> #include <linux/if_packet.h> #include <sys/ioctl.h> diff --git a/nhrpd/vici.c b/nhrpd/vici.c index 2f7636260..8162ac06a 100644 --- a/nhrpd/vici.c +++ b/nhrpd/vici.c @@ -10,6 +10,7 @@ #include <string.h> #include <sys/socket.h> #include <sys/un.h> +#include <fcntl.h> #include "frrevent.h" #include "zbuf.h" |