lttng-calibrate: Add missing static and include
[lttng-modules.git] / src / lttng-calibrate.c
index 56ee8cf8424ae36b338d0fc9698758ae614f4319..a545ce8a968ed6bfe0d1687c7546cb8da3775680 100644 (file)
@@ -9,8 +9,9 @@
 
 #include <lttng/abi.h>
 #include <lttng/events.h>
+#include <lttng/events-internal.h>
 
-noinline
+static noinline
 void lttng_calibrate_kretprobe(void)
 {
        asm volatile ("");
This page took 0.024356 seconds and 4 git commands to generate.