diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2021-04-21 11:19:39 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2021-04-21 15:42:33 +0200 |
commit | 09781197b60f60afc3be62f3329d8c97623fc346 (patch) | |
tree | f79373707cb3b8f25c4519178151f4581ab6fb38 /bgpd/bgp_bmp.c | |
parent | build: fix protobuf out-of-tree build (diff) | |
download | frr-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 'bgpd/bgp_bmp.c')
-rw-r--r-- | bgpd/bgp_bmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_bmp.c b/bgpd/bgp_bmp.c index 0e5f506b3..abe97571c 100644 --- a/bgpd/bgp_bmp.c +++ b/bgpd/bgp_bmp.c @@ -34,7 +34,7 @@ #include "lib_errors.h" #include "stream.h" #include "libfrr.h" -#include "version.h" +#include "lib/version.h" #include "jhash.h" #include "termtable.h" |