Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / assert-pre.h
index 700341c6f79dcfb7bfc213e77d6ad447b84db439..0b85d861f695244c8450f8644dadf4dc00701531 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.023363 seconds and 4 git commands to generate.