Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / ctf-writer / trace.c
index c31042fec58d48587d0f3b30f4a4fd3a9384eac3..804af24dc1819192e9451876f8cec190c828da63 100644 (file)
@@ -25,6 +25,7 @@
 #include "logging.h"
 
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
This page took 0.023567 seconds and 4 git commands to generate.