summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-01-04 20:50:23 +0100
committerDonald Sharp <sharpd@nvidia.com>2024-01-04 21:34:22 +0100
commit0b4ff790636b6c9fe15e861249a4ca59c4a3bd12 (patch)
treeb6b97b2c4db3ee2d03f4e9468ce2c2edcd717fb0 /lib
parentlib, sharpd: Move sys/resource.h to where it is used (diff)
downloadfrr-0b4ff790636b6c9fe15e861249a4ca59c4a3bd12.tar.xz
frr-0b4ff790636b6c9fe15e861249a4ca59c4a3bd12.zip
*: sys/uio.h does not need to be in zebra.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/imsg-buffer.c1
-rw-r--r--lib/zebra.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/imsg-buffer.c b/lib/imsg-buffer.c
index 4f041ff66..556e0cf90 100644
--- a/lib/imsg-buffer.c
+++ b/lib/imsg-buffer.c
@@ -6,6 +6,7 @@
*/
#include <zebra.h>
+#include <sys/uio.h>
#include "queue.h"
#include "imsg.h"
diff --git a/lib/zebra.h b/lib/zebra.h
index 8de71d017..889e68a85 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -45,7 +45,6 @@
#include <syslog.h>
#include <sys/time.h>
#include <time.h>
-#include <sys/uio.h>
#include <sys/utsname.h>
#include <limits.h>
#include <inttypes.h>