Fix: add missing stdbool.h include
[lttng-ust.git] / liblttng-ust / lttng-filter.h
index e425b4a535426a398f809d7cd5742931a357ec6a..cc15c1546fa469ae1f32871d8a74092662f990bf 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <errno.h>
 #include <stdio.h>
+#include <stdbool.h>
 #include <helper.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-context-provider.h>
This page took 0.023549 seconds and 4 git commands to generate.