diff options
author | elektrahesse | 2010-09-29 22:47:54 +0200 |
---|---|---|
committer | elektrahesse | 2010-09-29 22:47:54 +0200 |
commit | d51870bc0fc9309f4026927b3a931c602a638797 (patch) | |
tree | c9c88792ec0e422a4cc59abe999ea73703cbb22b /linden/indra/newview/llstartup.cpp | |
parent | Reverted to previous version to avoid crash on local chat open. (diff) | |
download | meta-impy-d51870bc0fc9309f4026927b3a931c602a638797.zip meta-impy-d51870bc0fc9309f4026927b3a931c602a638797.tar.gz meta-impy-d51870bc0fc9309f4026927b3a931c602a638797.tar.bz2 meta-impy-d51870bc0fc9309f4026927b3a931c602a638797.tar.xz |
Fix for Bug #544
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 39d9ab6..b70253e 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -193,6 +193,10 @@ | |||
193 | 193 | ||
194 | #include "llfloaterteleporthistory.h" | 194 | #include "llfloaterteleporthistory.h" |
195 | 195 | ||
196 | #if LL_DARWIN | ||
197 | #include <Security/Security.h> | ||
198 | #endif | ||
199 | |||
196 | #if LL_LIBXUL_ENABLED | 200 | #if LL_LIBXUL_ENABLED |
197 | #include "llmozlib.h" | 201 | #include "llmozlib.h" |
198 | #endif // LL_LIBXUL_ENABLED | 202 | #endif // LL_LIBXUL_ENABLED |