summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-01-28 14:30:28 -0500
committerGitHub <noreply@github.com>2024-01-28 14:30:28 -0500
commit259e3d4dac2da37b9abad9f84e41f90c81325a60 (patch)
tree33292e442296b1b4a04b7753e3055706bfd6c7e5 /lib/vty.c
parent4d92badcde7573b97d2acc2228d0ca5fe7168e1e (diff)
parentbbd858935fad9a469b5b339948e1215b347b05c0 (diff)
Merge pull request #15243 from opensourcerouting/autoconf-dir-mess
*: fix a pile of directory and/or state retention related issues
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 a8d90d901b..a6b4de579a 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -46,6 +46,8 @@
#include <arpa/telnet.h>
#include <termios.h>
+#include "lib/config_paths.h"
+
#include "lib/vty_clippy.c"
DEFINE_MTYPE_STATIC(LIB, VTY, "VTY");