Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / ctf-writer / field-types.h
index 7fe846382e999dc60364129b40f34d966bdc82c9..bfbdc380fb3a9ac1088452d9a2963594ed33503f 100644 (file)
@@ -28,6 +28,7 @@
  * http://www.efficios.com/ctf
  */
 
+#include <stdbool.h>
 #include <stdint.h>
 #include <stddef.h>
 
This page took 0.023394 seconds and 4 git commands to generate.