Use system include path in wrappers
[lttng-modules.git] / wrapper / ftrace.h
index 064f9c7cab1dc5aed9a7045cef562bdfcbc4043d..6fd1d55c11a391872c17360c280f936e6158b8cd 100644 (file)
@@ -30,7 +30,7 @@
 #ifdef CONFIG_KALLSYMS
 
 #include <linux/kallsyms.h>
-#include "kallsyms.h"
+#include <wrapper/kallsyms.h>
 
 static inline
 int wrapper_register_ftrace_function_probe(char *glob,
This page took 0.023834 seconds and 4 git commands to generate.