From: Thomas Haller Date: Fri, 8 Sep 2023 17:32:19 +0000 (+0200) Subject: parser_bison: include for base C environment to "parser_bison.y" X-Git-Tag: v1.0.9~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=702f9905b616a8400eae1ae3ad88029e733a91b8;p=thirdparty%2Fnftables.git parser_bison: include for base C environment to "parser_bison.y" All our C sources should include as first. This prepares an environment of things that we expect to have available in all our C sources (and indirectly in our internal header files, because internal header files are always indirectly from a C source). Signed-off-by: Thomas Haller Signed-off-by: Pablo Neira Ayuso --- diff --git a/src/parser_bison.y b/src/parser_bison.y index 4a0c09a2..bfd53ab3 100644 --- a/src/parser_bison.y +++ b/src/parser_bison.y @@ -9,6 +9,7 @@ */ %{ +#include #include #include