summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2022-04-04 13:13:40 +0100
committerFlorian Westphal <fw@strlen.de>2022-04-05 13:12:28 +0200
commit4e0026dc8d8693aaf2caf8df6d657a116734e84e (patch)
treea71170c6e5e3040b9a26401f9525cb3a487fdc82 /include
parentab74fb5b6d331db9b6ab65107165c6744c528ff7 (diff)
include: add missing `#include`
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>
Diffstat (limited to 'include')
-rw-r--r--include/datatype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/datatype.h b/include/datatype.h
index b296cc1c..73f38f66 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>
/**