summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-01-11 14:50:21 +0200
committerGitHub <noreply@github.com>2024-01-11 14:50:21 +0200
commit67e8ef293f03b2dfd52981c7d82fbc98716fa1e5 (patch)
tree3c1d816e4f15c9a5c5332750b06216dadcf2be6f /lib/vty.c
parent5fbf0cc00dd751442108990026607740ff3d49d9 (diff)
parentc402a0bdc1c5bfaa9b222fb213315ebd2ff7bff3 (diff)
Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2
Lib zebra h cleanup 2
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 0ee610e3aa..c7029bdcbb 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -6,6 +6,8 @@
#include <zebra.h>
+#include <fcntl.h>
+#include <sys/stat.h>
#include <lib/version.h>
#include <sys/types.h>
#include <sys/types.h>