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 /fpm | |
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 'fpm')
-rw-r--r-- | fpm/fpm_pb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/fpm_pb.h b/fpm/fpm_pb.h index 2e265511f..659b5a64a 100644 --- a/fpm/fpm_pb.h +++ b/fpm/fpm_pb.h @@ -29,7 +29,7 @@ #ifndef _FPM_PB_H #define _FPM_PB_H -#include "route_types.h" +#include "lib/route_types.h" #include "qpb/qpb.h" #include "fpm/fpm.pb-c.h" |