Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / autodisc / autodisc.c
index b69db98ab830f9ce6ed3b5cdeb5c7a8cbc056979..12d79a05c8326716cf7775f9960decc2b9597dc1 100644 (file)
@@ -24,6 +24,8 @@
 #define BT_LOG_OUTPUT_LEVEL log_level
 #include "logging/log.h"
 
+#include <stdbool.h>
+
 #include "autodisc.h"
 #include "common/common.h"
 
This page took 0.02409 seconds and 4 git commands to generate.