Fix: add missing stdbool.h include
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 5 Sep 2018 19:56:59 +0000 (15:56 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Sep 2018 22:44:06 +0000 (18:44 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.025219 seconds and 4 git commands to generate.