X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=790a78a0b60e88188486fc230b84c01ba031f347;hb=bacc39bbfbccc984d2b558b41cf8ab42a8592d09;hp=aadf2f45ba9aaf8cd42a6fc7385b31dd8ca4c8bb;hpb=881fc67f7002469477a5ad00e67a8077db6c0514;p=lttng-tools.git diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index aadf2f45b..790a78a0b 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -15,6 +15,8 @@ #ifndef LTTNG_ERROR_H #define LTTNG_ERROR_H +#include + #ifdef __cplusplus extern "C" { #endif @@ -195,7 +197,7 @@ enum lttng_error_code { * * Parameter MUST be a negative value or else you'll get a generic message. */ -extern const char *lttng_strerror(int code); +LTTNG_EXPORT extern const char *lttng_strerror(int code); #ifdef __cplusplus }