Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / lttng-utils / debug-info / dwarf.c
index 534d2883bd9f48d5333512135897d41da2c107c5..0b9acb99ba390aeb6aac2aff1602ff13b8afec68 100644 (file)
  * SOFTWARE.
  */
 
+#include <stdbool.h>
+
 #include <glib.h>
+
 #include "dwarf.h"
 
 BT_HIDDEN
This page took 0.02431 seconds and 4 git commands to generate.