From: David Goulet Date: Fri, 24 Aug 2012 15:15:29 +0000 (-0400) Subject: Install lttng-error.h and include it in lttng.h X-Git-Tag: v2.1.0-rc3~14 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=03b1319df1a6c74a152d4723bf1bf9e1cdf770e1;hp=f73fabfda365d22e7dd180fb1614e37c446fbd9e Install lttng-error.h and include it in lttng.h Signed-off-by: David Goulet --- diff --git a/include/Makefile.am b/include/Makefile.am index bf9187f8a..0bcb6f92f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1 +1 @@ -lttnginclude_HEADERS = lttng/lttng.h +lttnginclude_HEADERS = lttng/lttng.h lttng/lttng-error.h diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index cb3562ffd..dd5d936c5 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -26,6 +26,9 @@ #include #include +/* Error codes that can be returned by API calls */ +#include + /* * Event symbol length. Copied from LTTng kernel ABI. */