Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / stream.c
index 74bbc933777907c0c6cede908195f0a301c7a8e0..ec97a292cf46036e0fef3e74019806996bf3a62c 100644 (file)
@@ -34,6 +34,7 @@
 #include "common/assert.h"
 #include "lib/property.h"
 #include <inttypes.h>
+#include <stdbool.h>
 #include <unistd.h>
 
 #include "packet.h"
This page took 0.023169 seconds and 4 git commands to generate.