Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / resolve-field-path.c
index 4b08bbe8f5a191a4e3b31367be7be6e45a3daa09..4bc0c9c2665fb8e41091a25689be7010e3d2445d 100644 (file)
@@ -27,6 +27,7 @@
 #include "common/assert.h"
 #include <babeltrace2/trace-ir/field-path-const.h>
 #include <limits.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <inttypes.h>
 #include <glib.h>
This page took 0.023802 seconds and 4 git commands to generate.