datatype.h uses bool and so should include <stdbool.h>. Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- include/datatype.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/datatype.h b/include/datatype.h index f5bb9dc4d937..0b90a33e4e64 100644 --- a/include/datatype.h +++ b/include/datatype.h @@ -1,6 +1,7 @@ #ifndef NFTABLES_DATATYPE_H #define NFTABLES_DATATYPE_H +#include <stdbool.h> #include <json.h> /** -- 2.35.1