Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / utils / trimmer / trimmer.c
index 36d1439abbae4482c65611c00736c7d546136029..892781d098a1fdd0e8255908932330efe37fd1aa 100644 (file)
@@ -30,6 +30,7 @@
 #include <babeltrace2/babeltrace.h>
 #include "common/common.h"
 #include "common/assert.h"
+#include <stdbool.h>
 #include <stdint.h>
 #include <inttypes.h>
 #include <glib.h>
This page took 0.023122 seconds and 4 git commands to generate.