summaryrefslogtreecommitdiffstats
path: root/include/libnftables
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables')
-rw-r--r--include/libnftables/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h
index 21bb3af..38cd698 100644
--- a/include/libnftables/expr.h
+++ b/include/libnftables/expr.h
@@ -1,6 +1,8 @@
#ifndef _RULE_EXPR_H_
#define _RULE_EXPR_H_
+#include <stdbool.h>
+
#ifdef __cplusplus
extern "C" {
#endif