diff options
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/rip_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 8b0d2162..5d6b0ad4 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -21,7 +21,7 @@ #include <zebra.h> -#include "version.h" +#include <lib/version.h> #include "getopt.h" #include "thread.h" #include "command.h" |