From: Mathieu Desnoyers Date: Mon, 5 Dec 2011 20:51:32 +0000 (-0500) Subject: Include lttng/tracepoint-types.h from tracepoint.h X-Git-Tag: v1.9.1~25 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=8fce9e2bd2103f4b413db52e7a6d970a7b057843;p=lttng-ust.git Include lttng/tracepoint-types.h from tracepoint.h Was wrong include path. Signed-off-by: Mathieu Desnoyers --- diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index 929a863f..148590b8 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -15,7 +15,7 @@ */ #include -#include +#include #include #include /* for dlopen */