summaryrefslogtreecommitdiff
path: root/bgpd
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/bgp_debug.c2
-rw-r--r--bgpd/bgp_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c
index bb1a6107..e6f64312 100644
--- a/bgpd/bgp_debug.c
+++ b/bgpd/bgp_debug.c
@@ -20,7 +20,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include <zebra.h>
-#include "version.h"
+#include <lib/version.h>
#include "prefix.h"
#include "linklist.h"
#include "stream.h"
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index effddddb..0ba19c2f 100644
--- a/bgpd/bgp_main.c
+++ b/bgpd/bgp_main.c
@@ -25,7 +25,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "command.h"
#include "getopt.h"
#include "thread.h"
-#include "version.h"
+#include <lib/version.h>
#include "memory.h"
#include "prefix.h"
#include "log.h"