Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / lttng-utils / debug-info / bin-info.c
index 81abbe5d0d52baba62f42c8a3be7bc368cbfd7d0..72eb818932abe0768ec5605bec71c68571356143 100644 (file)
@@ -38,6 +38,7 @@
 #include <inttypes.h>
 #include <libgen.h>
 #include <math.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
This page took 0.023332 seconds and 4 git commands to generate.