From 163d425479ba305306e74701a453bd32eb9d34f6 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Tue, 3 Jun 2025 17:25:23 +0800 Subject: Make vcpkg APR able to find sockaddr_in6 definition and get rid of the error: 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6' --- indra/llcommon/llwin32headers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llcommon/llwin32headers.h') 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 // Does not include winsock.h because WIN32_LEAN_AND_MEAN is defined +#include #include // Requires windows.h #endif -- cgit v1.2.3