diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 22:03:55 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 18:39:23 +0100 |
commit | 848dcf3d034bc2ca390b6aff968be83eaf11e584 (patch) | |
tree | 667e43d50ca06e2c5e200be9f65559e73ac6e26b /zebra/zebra_netns_id.c | |
parent | lib: select.h is not being used by anyone (diff) | |
download | frr-848dcf3d034bc2ca390b6aff968be83eaf11e584.tar.xz frr-848dcf3d034bc2ca390b6aff968be83eaf11e584.zip |
*: remove sys/stat.h from zebra.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_netns_id.c')
-rw-r--r-- | zebra/zebra_netns_id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_netns_id.c b/zebra/zebra_netns_id.c index ae8f9d9a8..a37d8b41d 100644 --- a/zebra/zebra_netns_id.c +++ b/zebra/zebra_netns_id.c @@ -5,6 +5,7 @@ */ #include <zebra.h> +#include <sys/stat.h> #ifdef GNU_LINUX #include <linux/if_link.h> |