Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-translate.c
index 5c09e85af8270dc26b922f809921b24004c8104a..50b39e3a46399034ea17075c60f42e3c7a515c5c 100644 (file)
@@ -16,6 +16,7 @@
 #include "common/macros.h"
 #include "common/assert.h"
 #include <glib.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 #include <inttypes.h>
This page took 0.024079 seconds and 4 git commands to generate.