Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / graph / connection.c
index 64b0fda042e3e565f4f854633c450768455ea945..df25867602b5deccf01c693ea9c86d3c8cb41404 100644 (file)
@@ -30,6 +30,7 @@
 #include <babeltrace2/graph/connection-const.h>
 #include "lib/object.h"
 #include "compat/compiler.h"
+#include <stdbool.h>
 #include <stdlib.h>
 #include <glib.h>
 
This page took 0.022867 seconds and 4 git commands to generate.