summaryrefslogtreecommitdiffstats
path: root/lib/command_parse.y
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 /lib/command_parse.y
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 'lib/command_parse.y')
-rw-r--r--lib/command_parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_parse.y b/lib/command_parse.y
index 5ebc19b27..f5e42cc30 100644
--- a/lib/command_parse.y
+++ b/lib/command_parse.y
@@ -75,7 +75,7 @@
%code provides {
#ifndef FLEX_SCANNER
- #include "command_lex.h"
+ #include "lib/command_lex.h"
#endif
extern void set_lexer_string (yyscan_t *scn, const char *string);