diff options
Diffstat (limited to 'linden/indra/llplugin/slplugin/slplugin.cpp')
-rwxr-xr-x | linden/indra/llplugin/slplugin/slplugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llplugin/slplugin/slplugin.cpp b/linden/indra/llplugin/slplugin/slplugin.cpp index cca8ead..878577b 100755 --- a/linden/indra/llplugin/slplugin/slplugin.cpp +++ b/linden/indra/llplugin/slplugin/slplugin.cpp | |||
@@ -78,6 +78,8 @@ static void crash_handler(int sig) | |||
78 | #endif | 78 | #endif |
79 | 79 | ||
80 | #if LL_WINDOWS | 80 | #if LL_WINDOWS |
81 | # define WIN32_LEAN_AND_MEAN | ||
82 | # include <winsock2.h> | ||
81 | #include <windows.h> | 83 | #include <windows.h> |
82 | //////////////////////////////////////////////////////////////////////////////// | 84 | //////////////////////////////////////////////////////////////////////////////// |
83 | // Our exception handler - will probably just exit and the host application | 85 | // Our exception handler - will probably just exit and the host application |