diff options
Diffstat (limited to 'indra/llcommon/llstacktrace.h')
-rw-r--r-- | indra/llcommon/llstacktrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llstacktrace.h b/indra/llcommon/llstacktrace.h index 609b934a97..9f857f0fd3 100644 --- a/indra/llcommon/llstacktrace.h +++ b/indra/llcommon/llstacktrace.h @@ -38,7 +38,7 @@ #include <vector> #include <string> -bool ll_get_stack_trace(std::vector<std::string>& lines); +LL_COMMON_API bool ll_get_stack_trace(std::vector<std::string>& lines); #endif |