diff options
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/vtysh_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index f30aba43..ee092458 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -29,7 +29,7 @@ #include <readline/readline.h> #include <readline/history.h> -#include "version.h" +#include <lib/version.h> #include "getopt.h" #include "command.h" |