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 --- zebra/if_ioctl.c | 1 + zebra/ioctl.c | 2 ++ zebra/zebra_mpls_openbsd.c | 1 + 3 files changed, 4 insertions(+) (limited to 'zebra') diff --git a/zebra/if_ioctl.c b/zebra/if_ioctl.c index b3cf86512..d0aa2167f 100644 --- a/zebra/if_ioctl.c +++ b/zebra/if_ioctl.c @@ -5,6 +5,7 @@ */ #include +#include #ifdef OPEN_BSD diff --git a/zebra/ioctl.c b/zebra/ioctl.c index 8da1ae37c..a35784cd3 100644 --- a/zebra/ioctl.c +++ b/zebra/ioctl.c @@ -6,6 +6,8 @@ #include +#include + #include "linklist.h" #include "if.h" #include "prefix.h" diff --git a/zebra/zebra_mpls_openbsd.c b/zebra/zebra_mpls_openbsd.c index a696275a9..2a3ccc806 100644 --- a/zebra/zebra_mpls_openbsd.c +++ b/zebra/zebra_mpls_openbsd.c @@ -4,6 +4,7 @@ */ #include +#include #ifdef OPEN_BSD -- cgit v1.2.3