diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-07-12 14:37:28 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-07-19 11:00:25 +0800 |
commit | ad2aa6436a4789445e4a1c55b7e3b238f37e702b (patch) | |
tree | 4c1da6824ced6428fb686be175245bdfd9968582 /indra/llcommon/llsdutil.cpp | |
parent | 4ac9396ea4183016aeff12a86e7e470e5f325ae9 (diff) |
Macro defs on FreeBSD as it's a supported arch now
Diffstat (limited to 'indra/llcommon/llsdutil.cpp')
-rw-r--r-- | indra/llcommon/llsdutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsdutil.cpp b/indra/llcommon/llsdutil.cpp index f70bee9903..512f630cdc 100644 --- a/indra/llcommon/llsdutil.cpp +++ b/indra/llcommon/llsdutil.cpp @@ -36,7 +36,7 @@ # include <winsock2.h> // for htonl #elif LL_LINUX # include <netinet/in.h> -#elif LL_DARWIN +#elif LL_DARWIN || LL_FREEBSD # include <arpa/inet.h> #endif |