diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 20:50:23 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 21:34:22 +0100 |
commit | 0b4ff790636b6c9fe15e861249a4ca59c4a3bd12 (patch) | |
tree | b6b97b2c4db3ee2d03f4e9468ce2c2edcd717fb0 /lib | |
parent | lib, sharpd: Move sys/resource.h to where it is used (diff) | |
download | frr-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.c | 1 | ||||
-rw-r--r-- | lib/zebra.h | 1 |
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> |