]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
include: add missing `#include`
authorJeremy Sowden <jeremy@azazel.net>
Mon, 4 Apr 2022 12:13:40 +0000 (13:13 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 5 Apr 2022 11:12:28 +0000 (13:12 +0200)
datatype.h uses bool and so should include <stdbool.h>.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
include/datatype.h

index b296cc1cac8054898bc71cb228adacb9264430f2..73f38f66c4ce166936a18bc49256976eeb539df2 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef NFTABLES_DATATYPE_H
 #define NFTABLES_DATATYPE_H
 
+#include <stdbool.h>
 #include <json.h>
 
 /**