syscall instrumentation: use system headers
[deliverable/lttng-modules.git] / instrumentation / syscalls / headers / syscalls_unknown.h
index be3b695e9bcdfb913d249e60ce834028c684f453..c72e7d0e8c1b32e219d7c738ea92e8417b302743 100644 (file)
@@ -1,7 +1,7 @@
 #if !defined(_TRACE_SYSCALLS_UNKNOWN_H) || defined(TRACE_HEADER_MULTI_READ)
 #define _TRACE_SYSCALLS_UNKNOWN_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/syscalls.h>
 
 #define UNKNOWN_SYSCALL_NRARGS 6
@@ -50,4 +50,4 @@ LTTNG_TRACEPOINT_EVENT(compat_syscall_exit_unknown,
 #endif /*  _TRACE_SYSCALLS_UNKNOWN_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.025066 seconds and 5 git commands to generate.