Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / graph / graph.c
index ed66ba89ef5c2c13d1629c6421aa16ef5db80fa5..4cdb06c1c474f8eb7c6822b5d5e36f8dd7e010ca 100644 (file)
@@ -40,6 +40,7 @@
 #include <babeltrace2/value-const.h>
 #include "lib/value.h"
 #include <unistd.h>
+#include <stdbool.h>
 #include <glib.h>
 
 #include "component-class-sink-simple.h"
This page took 0.025158 seconds and 4 git commands to generate.