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/lluuid.cpp | |
parent | 4ac9396ea4183016aeff12a86e7e470e5f325ae9 (diff) |
Macro defs on FreeBSD as it's a supported arch now
Diffstat (limited to 'indra/llcommon/lluuid.cpp')
-rw-r--r-- | indra/llcommon/lluuid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lluuid.cpp b/indra/llcommon/lluuid.cpp index fc04dca08d..3b575c914c 100644 --- a/indra/llcommon/lluuid.cpp +++ b/indra/llcommon/lluuid.cpp @@ -606,7 +606,7 @@ S32 LLUUID::getNodeID(unsigned char *node_id) #define HAVE_NETINET_IN_H #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> -#if !LL_DARWIN +#if !LL_DARWIN && !LL_FREEBSD #include <linux/sockios.h> #endif #endif |