From 6b26b3cf7eceda2c3fdebda268bbb900a4b57ffb Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Mon, 21 Aug 2023 17:52:51 +0800 Subject: Exclude net/route.h on Darwin since it doesn't seem to have any effect, and it would only get in the way on other Darwin platforms. --- indra/llcommon/lluuid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/lluuid.cpp b/indra/llcommon/lluuid.cpp index 3b575c914c..37aee13c42 100644 --- a/indra/llcommon/lluuid.cpp +++ b/indra/llcommon/lluuid.cpp @@ -522,7 +522,7 @@ S32 LLUUID::getNodeID(unsigned char *node_id) #include #include #include -#include +//#include #include // static -- cgit v1.2.3