diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 16:22:05 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 12:50:40 -0500 |
| commit | c6d94a705604c06f2241e2525bc2fbc2ee83bc80 (patch) | |
| tree | 1115644d88fbc557f3661e591d2a7cbf5d2e5193 /lib/command.c | |
| parent | 33744ae4fca311840cd2971fac433f2b6b2aadd5 (diff) | |
*: zebra.h should not have fcntl.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 3881829e22..becba8452b 100644 --- a/lib/command.c +++ b/lib/command.c @@ -12,6 +12,8 @@ #include <zebra.h> #include <sys/utsname.h> #include <sys/stat.h> +#include <fcntl.h> + #include <lib/version.h> #include "command.h" |
