Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / integer-range-set.c
index 5175fe244d6bd9775dc5b7cabfe51ec056b82d11..3c01ba35b868cf9da5c79c0ec5d6a69433ac5e85 100644 (file)
 #define BT_LOG_TAG "LIB/INT-RANGE-SET"
 #include "lib/logging.h"
 
+#include <stdbool.h>
+
 #include <babeltrace2/babeltrace.h>
+
 #include "lib/assert-pre.h"
 #include "common/assert.h"
 #include "func-status.h"
This page took 0.023854 seconds and 4 git commands to generate.