diff options
Diffstat (limited to 'include/trace/define_trace.h')
-rw-r--r-- | include/trace/define_trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/define_trace.h b/include/trace/define_trace.h index 980eb66a6e38..18869417109c 100644 --- a/include/trace/define_trace.h +++ b/include/trace/define_trace.h | |||
@@ -43,7 +43,7 @@ | |||
43 | #endif | 43 | #endif |
44 | 44 | ||
45 | #ifndef TRACE_INCLUDE_PATH | 45 | #ifndef TRACE_INCLUDE_PATH |
46 | # define __TRACE_INCLUDE(system) <trace/system.h> | 46 | # define __TRACE_INCLUDE(system) <trace/events/system.h> |
47 | # define UNDEF_TRACE_INCLUDE_FILE | 47 | # define UNDEF_TRACE_INCLUDE_FILE |
48 | #else | 48 | #else |
49 | # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h) | 49 | # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h) |