[nft PATCH v4 02/32] include: add missing `#include`

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux