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 19:38:47 +0000 (15:38 -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 20fc1ebddb7daffee73b11308f3c7d41e2c4d661..6ca1bf2e25c932ee8c8d776023a796dd2082fe86 100644 (file)
@@ -35,6 +35,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.031706 seconds and 4 git commands to generate.