From 2700519cb3ef9f85b7395a7c781fd5fa48a5570a Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 4 Jan 2024 14:42:17 -0500 Subject: *: 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 --- nhrpd/linux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nhrpd/linux.c') diff --git a/nhrpd/linux.c b/nhrpd/linux.c index eb98166872..2a255c435c 100644 --- a/nhrpd/linux.c +++ b/nhrpd/linux.c @@ -7,6 +7,7 @@ #include #include +#include #include "nhrp_protocol.h" #include "os.h" -- cgit v1.2.3