diff options
Diffstat (limited to 'include/libnftables/expr.h')
-rw-r--r-- | include/libnftables/expr.h | 2 |
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 |