diff options
author | paul <paul> | 2003-08-13 04:07:52 +0000 |
---|---|---|
committer | paul <paul> | 2003-08-13 04:07:52 +0000 |
commit | 1b7796949cf1d934b224ce495fa5d93e22c1ff88 (patch) | |
tree | d3e3fca2b38077c678e68505685b9ff2ec87a8bd /vtysh/vtysh_user.c | |
parent | 5de063430e397b8f9d2226694db7690aca057677 (diff) | |
download | quagga-1b7796949cf1d934b224ce495fa5d93e22c1ff88.tar.bz2 quagga-1b7796949cf1d934b224ce495fa5d93e22c1ff88.tar.xz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c index 8698f8fa..92330103 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> |