statedump: Add missing events-internal.h include
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2024 17:52:54 +0000 (13:52 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2024 17:52:54 +0000 (13:52 -0400)
Include events-internal.h for the declaration of
lttng_statedump_start().

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ieda391aa0d780113efe1d517d8bc5aedb2095a2c

src/lttng-statedump-impl.c

index 4a228ce41a577422b6ac4c4c50abc0620d808c8c..a0e97e1ca5a53a0f5975f31aa46bbccc2cff1b34 100644 (file)
@@ -36,6 +36,7 @@
 
 #include <lttng/events.h>
 #include <lttng/tracer.h>
+#include <lttng/events-internal.h>
 #include <wrapper/cpu.h>
 #include <wrapper/irqdesc.h>
 #include <wrapper/fdtable.h>
This page took 0.026915 seconds and 4 git commands to generate.