Fix: lttng context perf: missing stdbool.h header include
[lttng-ust.git] / liblttng-ust / lttng-context-perf-counters.c
index c98e2ebdceeb2786862fcb95d8f331ae115aab0d..0b8f9fa2ee27bd1646d3785bc58668ea069063f7 100644 (file)
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <stdbool.h>
 #include <sys/mman.h>
 #include <sys/syscall.h>
 #include <linux/perf_event.h>
This page took 0.037649 seconds and 4 git commands to generate.