Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / graph / message / discarded-items.c
index b62fbe49c64597b634da9665282d6d3515c4bb6f..b3522adf75a4257e23c355812f492d477ead6b43 100644 (file)
@@ -23,6 +23,8 @@
 #define BT_LOG_TAG "LIB/MSG-DISCARDED-ITEMS"
 #include "lib/logging.h"
 
+#include <stdbool.h>
+
 #include "lib/assert-pre.h"
 #include "lib/object.h"
 #include "compat/compiler.h"
This page took 0.024057 seconds and 4 git commands to generate.