summaryrefslogtreecommitdiff
path: root/indra/llcommon/llstacktrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llstacktrace.h')
-rwxr-xr-xindra/llcommon/llstacktrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llstacktrace.h b/indra/llcommon/llstacktrace.h
index ca72c64c5d..335765386a 100755
--- a/indra/llcommon/llstacktrace.h
+++ b/indra/llcommon/llstacktrace.h
@@ -33,6 +33,7 @@
#include <string>
LL_COMMON_API bool ll_get_stack_trace(std::vector<std::string>& lines);
+LL_COMMON_API void ll_get_stack_trace_internal(std::vector<std::string>& lines);
#endif