summaryrefslogtreecommitdiffstats
path: root/nhrpd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-01-04 20:42:17 +0100
committerDonald Sharp <sharpd@nvidia.com>2024-01-04 20:42:17 +0100
commit2700519cb3ef9f85b7395a7c781fd5fa48a5570a (patch)
treedc119a10ac486dabb242474850612b28c5ef87bb /nhrpd
parentlib, vtysh: Remove inclusion of grp.h for everyone (diff)
downloadfrr-2700519cb3ef9f85b7395a7c781fd5fa48a5570a.tar.xz
frr-2700519cb3ef9f85b7395a7c781fd5fa48a5570a.zip
*: Remove sys/ioctl.h from zebra.h
Practically no-one uses this and ioctls are pretty much wrappered. Further wrappering could make this even better. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'nhrpd')
-rw-r--r--nhrpd/linux.c1
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"