commit | bb6065a50e81f52ecd264de580c820ca49bd9b86 | [log] [tgz] |
---|---|---|
author | paul <paul> | Wed Aug 13 04:07:52 2003 +0000 |
committer | paul <paul> | Wed Aug 13 04:07:52 2003 +0000 |
tree | 9a504b6c6968474c8851fc3d82e7523b6f775cf4 | |
parent | 42053f4e3a0bb8d4e2df7c9d626629cc14dfc285 [diff] |
2003-08-13 Paul Jakma <paul@dishone.st> * vtysh/vtysh_user.c: include lib/version.h, for QUAGGA_PROGNAME.
diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c index 8698f8f..9233010 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>