Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / ctf-writer / event.h
index 968abff729f33a8344eed222122b996d5a47c1bd..115dad7d2eee521108c98160350d41aab30a9714 100644 (file)
@@ -28,6 +28,8 @@
  * http://www.efficios.com/ctf
  */
 
+#include <stdbool.h>
+
 #include "common/assert.h"
 #include "common/macros.h"
 #include <babeltrace2-ctf-writer/field-types.h>
This page took 0.024537 seconds and 4 git commands to generate.