Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / common / msg-iter / msg-iter.h
index e00123b3879e9957d41319693db701a1756f9ee7..7e29b2603f31abc3fa263f65cd1fe16ec3ac09da 100644 (file)
@@ -26,6 +26,7 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stddef.h>
This page took 0.022383 seconds and 4 git commands to generate.