Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / ctf-writer / field-types.c
index a3fde0ec38e689d23a3e7035377924f07c1fad1f..e5767cfcf7451796165129edfef3cba7410e7331 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <float.h>
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include <babeltrace2-ctf-writer/fields.h>
This page took 0.022913 seconds and 4 git commands to generate.