diff options
Diffstat (limited to 'isisd/isis_vty.c')
-rw-r--r-- | isisd/isis_vty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isisd/isis_vty.c b/isisd/isis_vty.c index 848c56a6a..a73598bac 100644 --- a/isisd/isis_vty.c +++ b/isisd/isis_vty.c @@ -22,7 +22,8 @@ */ #include <zebra.h> -#include <command.h> + +#include "command.h" #include "isis_circuit.h" #include "isis_csm.h" |