summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-01-04 16:22:05 -0500
committerDonald Sharp <sharpd@nvidia.com>2024-01-09 12:50:40 -0500
commitc6d94a705604c06f2241e2525bc2fbc2ee83bc80 (patch)
tree1115644d88fbc557f3661e591d2a7cbf5d2e5193 /lib/vty.c
parent33744ae4fca311840cd2971fac433f2b6b2aadd5 (diff)
*: zebra.h should not have fcntl.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vty.c b/lib/vty.c
index e068c5bf0c..244022f1fb 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -5,6 +5,8 @@
*/
#include <zebra.h>
+
+#include <fcntl.h>
#include <sys/stat.h>
#include <lib/version.h>
#include <sys/types.h>