Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / py-common / py-common.c
index 465f35015ce2bdb76daf108f496b9cec17e8d6d0..db8fd3daf6b51d55a720f00ffb1413190c36ec9a 100644 (file)
@@ -26,6 +26,8 @@
 #define BT_LOG_TAG "PY-COMMON"
 #include "logging/log.h"
 
+#include <stdbool.h>
+
 #include <Python.h>
 
 #include "common/assert.h"
This page took 0.023069 seconds and 4 git commands to generate.