Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / lttng-utils / debug-info / debug-info.h
index 6b7a1f159007b231f850b3f4cc900f121e954c58..6be8bd0e65ad789dcb9f5d86ec2d22ce8803fb5f 100644 (file)
  */
 
 #include <stdint.h>
+#include <stdbool.h>
+
 #include <babeltrace2/babeltrace.h>
+
 #include "common/macros.h"
 
 #define VPID_FIELD_NAME                "vpid"
This page took 0.022963 seconds and 4 git commands to generate.