diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 16:03:55 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 12:39:23 -0500 |
| commit | 848dcf3d034bc2ca390b6aff968be83eaf11e584 (patch) | |
| tree | 667e43d50ca06e2c5e200be9f65559e73ac6e26b /lib/command.c | |
| parent | 7497d33f2f5475c0d2e516dde221c1222271ec07 (diff) | |
*: remove sys/stat.h from zebra.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index b33998839b..3881829e22 100644 --- a/lib/command.c +++ b/lib/command.c @@ -11,6 +11,7 @@ #include <zebra.h> #include <sys/utsname.h> +#include <sys/stat.h> #include <lib/version.h> #include "command.h" |
