Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / graph / iterator.c
index d70514bdb2ad3ab3e2fd3b398cd2bdc750cf65e0..376052fc9967bd30aa7ccfb8a84a0ebb44a91cac 100644 (file)
@@ -60,6 +60,7 @@
 #include "lib/assert-post.h"
 #include <stdint.h>
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include "component-class.h"
This page took 0.023784 seconds and 4 git commands to generate.