From ace36d042e0cd2443ddd07e0bd43d1086a81adcd Mon Sep 17 00:00:00 2001 From: "Nyx (Neal Orman)" Date: Fri, 12 Nov 2010 17:42:33 -0500 Subject: BUILDFIX allow curl host name scrub to work on non-windows platforms Needed an include for gethostbyname to be called properly. --- indra/newview/llmeshrepository.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 94ed2697c5..f00a8565f7 100644 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -59,6 +59,9 @@ #include "material_codes.h" #include "pipeline.h" +#ifndef LL_WINDOWS +#include "netdb.h" +#endif #include -- cgit v1.2.3