aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llsdutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llsdutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llsdutil.cpp b/linden/indra/llcommon/llsdutil.cpp
index e8b3ac5..0e23054 100644
--- a/linden/indra/llcommon/llsdutil.cpp
+++ b/linden/indra/llcommon/llsdutil.cpp
@@ -35,7 +35,7 @@
35#if LL_WINDOWS 35#if LL_WINDOWS
36# define WIN32_LEAN_AND_MEAN 36# define WIN32_LEAN_AND_MEAN
37# include <winsock2.h> // for htonl 37# include <winsock2.h> // for htonl
38#elif LL_LINUX 38#elif LL_LINUX || LL_SOLARIS
39# include <netinet/in.h> 39# include <netinet/in.h>
40#elif LL_DARWIN 40#elif LL_DARWIN
41# include <arpa/inet.h> 41# include <arpa/inet.h>