Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.c
index d1bc73a166e05a2cadd60fcbe61950e1c6b93ece..c6b606564ced4e564eebdda8e0e58009defb409e 100644 (file)
@@ -37,6 +37,7 @@
 #include <babeltrace2/current-thread.h>
 #include "lib/graph/component-class.h"
 #include "py-common/py-common.h"
+#include <stdbool.h>
 #include <stdlib.h>
 #include <signal.h>
 #include <Python.h>
This page took 0.024897 seconds and 4 git commands to generate.