Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_log_and_append_error.h
index 77b4c77aa2d6c5002761b31125609c41903ce562..f3b57bca388ca06004b67320983983a8da2b6980 100644 (file)
@@ -22,6 +22,8 @@
  * THE SOFTWARE.
  */
 
+#include <stdbool.h>
+
 #include "logging/comp-logging.h"
 
 static
This page took 0.022447 seconds and 4 git commands to generate.