Fix: add missing wrapper include to lttng-context-callstack.c
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 16:18:36 +0000 (12:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 16:18:36 +0000 (12:18 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-context-callstack.c

index 9db3471dac421f4a8aec49b1adbcc2bd43bdde2e..e97b1db2c28b09ff5ef78c4a5e3766d588e07a03 100644 (file)
@@ -46,6 +46,7 @@
 #include "lttng-events.h"
 #include "wrapper/ringbuffer/backend.h"
 #include "wrapper/ringbuffer/frontend.h"
+#include "wrapper/kallsyms.h"
 #include "lttng-tracer.h"
 #include "lttng-endian.h"
 
This page took 0.026426 seconds and 4 git commands to generate.