Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / ctf-writer / clock-class.c
index 9e1b724194793d29010be37f03792502c876c392..0de6c3248608393e3008fc01a8410b04e92de8cc 100644 (file)
@@ -35,6 +35,7 @@
 #include "compat/compiler.h"
 #include <babeltrace2/types.h>
 #include "compat/string.h"
+#include <stdbool.h>
 #include <inttypes.h>
 #include "common/assert.h"
 
This page took 0.023308 seconds and 4 git commands to generate.