summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-06-03 17:25:23 +0800
committerErik Kundiman <erik@megapahit.org>2025-06-03 17:25:23 +0800
commit163d425479ba305306e74701a453bd32eb9d34f6 (patch)
treeb0bd74f311042cdb23b211661c177d117eea2aa1
parent2bf9d234aac30ed4a85282730da0ffc83acf9adf (diff)
Make vcpkg APR able to find sockaddr_in6 definition
and get rid of the error: 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'
-rw-r--r--indra/llcommon/llwin32headers.h1
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