From 09781197b60f60afc3be62f3329d8c97623fc346 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 21 Apr 2021 11:19:39 +0200 Subject: 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 --- lib/command_parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/command_parse.y') 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); -- cgit v1.2.3