Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / text / details / write.c
index 7b52335c817c733927bfa7139ceb86839fa726cc..3eef84a8d7ecde91bebd2989d908c550419fd4bb 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <babeltrace2/babeltrace.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <string.h>
 
This page took 0.023686 seconds and 4 git commands to generate.