summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_user.c
diff options
context:
space:
mode:
authorpaul <paul>2003-08-13 06:07:52 +0200
committerpaul <paul>2003-08-13 06:07:52 +0200
commitbb6065a50e81f52ecd264de580c820ca49bd9b86 (patch)
tree9a504b6c6968474c8851fc3d82e7523b6f775cf4 /vtysh/vtysh_user.c
parent2003-08-13 Paul Jakma <paul@dishone.st> (diff)
downloadfrr-bb6065a50e81f52ecd264de580c820ca49bd9b86.tar.xz
frr-bb6065a50e81f52ecd264de580c820ca49bd9b86.zip
2003-08-13 Paul Jakma <paul@dishone.st>
* vtysh/vtysh_user.c: include lib/version.h, for QUAGGA_PROGNAME.
Diffstat (limited to 'vtysh/vtysh_user.c')
-rw-r--r--vtysh/vtysh_user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c
index 8698f8fad..923301031 100644
--- a/vtysh/vtysh_user.c
+++ b/vtysh/vtysh_user.c
@@ -20,6 +20,7 @@
*/
#include <zebra.h>
+#include <lib/version.h>
#include <pwd.h>