diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llerror.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llerror.cpp b/linden/indra/llcommon/llerror.cpp index edc570f..a9587c6 100644 --- a/linden/indra/llcommon/llerror.cpp +++ b/linden/indra/llcommon/llerror.cpp | |||
@@ -46,6 +46,8 @@ | |||
46 | # include <unistd.h> | 46 | # include <unistd.h> |
47 | #endif // !LL_WINDOWS | 47 | #endif // !LL_WINDOWS |
48 | #if LL_WINDOWS | 48 | #if LL_WINDOWS |
49 | # define WIN32_LEAN_AND_MEAN | ||
50 | # include <winsock2.h> | ||
49 | # include <windows.h> | 51 | # include <windows.h> |
50 | #endif // LL_WINDOWS | 52 | #endif // LL_WINDOWS |
51 | #include <vector> | 53 | #include <vector> |
@@ -871,6 +873,9 @@ You get: | |||
871 | 873 | ||
872 | */ | 874 | */ |
873 | 875 | ||
876 | apr_thread_mutex_t* gLogMutexp; | ||
877 | apr_thread_mutex_t* gCallStacksLogMutexp; | ||
878 | |||
874 | namespace { | 879 | namespace { |
875 | bool checkLevelMap(const LevelMap& map, const std::string& key, | 880 | bool checkLevelMap(const LevelMap& map, const std::string& key, |
876 | LLError::ELevel& level) | 881 | LLError::ELevel& level) |