Use system include path in probes/define_trace.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 Mar 2016 14:59:47 +0000 (10:59 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 Mar 2016 15:25:59 +0000 (11:25 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/define_trace.h

index 423d4083d85b89478b73fffc5496fff188d96d79..56034f0c1a3f4f7f93104b40819c141fe4c9bd6d 100644 (file)
@@ -97,7 +97,7 @@
 #define DECLARE_TRACE(name, proto, args)
 
 #ifdef LTTNG_PACKAGE_BUILD
-#include "lttng-tracepoint-event-impl.h"
+#include <probes/lttng-tracepoint-event-impl.h>
 #endif
 
 #undef LTTNG_TRACEPOINT_EVENT
This page took 0.026453 seconds and 5 git commands to generate.