diff options
Diffstat (limited to 'indra/llcommon/llwin32headers.h')
-rw-r--r-- | indra/llcommon/llwin32headers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llwin32headers.h b/indra/llcommon/llwin32headers.h index df433deb7a..32139821d5 100644 --- a/indra/llcommon/llwin32headers.h +++ b/indra/llcommon/llwin32headers.h @@ -29,6 +29,7 @@ #ifdef LL_WINDOWS #include <windows.h> // Does not include winsock.h because WIN32_LEAN_AND_MEAN is defined +#include <ws2tcpip.h> #include <winsock2.h> // Requires windows.h #endif |