From 03b1319df1a6c74a152d4723bf1bf9e1cdf770e1 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 24 Aug 2012 11:15:29 -0400 Subject: [PATCH] Install lttng-error.h and include it in lttng.h Signed-off-by: David Goulet --- include/Makefile.am | 2 +- include/lttng/lttng.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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. */ -- 2.34.1