Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / assert-post.h
index a5de1dc43b4ed80ba4a98a193d1f34f962277635..94bdf4ef0191029278105665434c6cf08bdb2e68 100644 (file)
@@ -39,6 +39,7 @@
 # error Include "lib/logging.h" before this header.
 #endif
 
+#include <stdbool.h>
 #include <stdlib.h>
 #include <inttypes.h>
 #include "common/macros.h"
This page took 0.025554 seconds and 4 git commands to generate.