Include lttng/tracepoint-types.h from tracepoint.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Dec 2011 20:51:32 +0000 (15:51 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Dec 2011 20:51:32 +0000 (15:51 -0500)
Was wrong include path.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/tracepoint.h

index 929a863ffc1e91d17056f3a40e2d9433bfab389b..148590b8e9d5c76810cbb773907d112bf2317b08 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <urcu-bp.h>
-#include <tracepoint-types.h>
+#include <lttng/tracepoint-types.h>
 #include <urcu/compiler.h>
 #include <dlfcn.h>     /* for dlopen */
 
This page took 0.026111 seconds and 4 git commands to generate.