Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / graph / interrupter.h
index 85b14d8f69a4d50236a3df29c08b20ddd04c8e37..94a890615e8b624329dbcbb9bffe0e91cc67a485 100644 (file)
@@ -23,6 +23,8 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
+
 #include <glib.h>
 #include <babeltrace2/babeltrace.h>
 
This page took 0.022862 seconds and 4 git commands to generate.