summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_main.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 11:19:39 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 15:42:33 +0200
commit09781197b60f60afc3be62f3329d8c97623fc346 (patch)
treef79373707cb3b8f25c4519178151f4581ab6fb38 /nhrpd/nhrp_main.c
parentbuild: fix protobuf out-of-tree build (diff)
downloadfrr-09781197b60f60afc3be62f3329d8c97623fc346.tar.xz
frr-09781197b60f60afc3be62f3329d8c97623fc346.zip
build: make builddir include path consistent
... by referencing all autogenerated headers relative to the root directory. (90% of the changes here is `version.h`.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'nhrpd/nhrp_main.c')
-rw-r--r--nhrpd/nhrp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c
index 5c819017f..e9bce3e09 100644
--- a/nhrpd/nhrp_main.c
+++ b/nhrpd/nhrp_main.c
@@ -18,7 +18,7 @@
#include "getopt.h"
#include "thread.h"
#include "sigevent.h"
-#include "version.h"
+#include "lib/version.h"
#include "log.h"
#include "memory.h"
#include "command.h"