diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-11-17 15:02:13 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-11-17 15:02:13 -0500 |
commit | 071e0339b75f4377b65ffb1ed4c574f5d2223a37 (patch) | |
tree | c3cba33d1a68d742969551dcb1a7ed37d1e1fee7 /indra/newview/llmeshrepository.cpp | |
parent | 29852bc012afbed303159b895ae8dc9448500ca5 (diff) | |
parent | 6400374986a5c8413f425ef62959cc6dd274742f (diff) |
merge
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index b26f2dd0de..1f5d577a20 100755 --- 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 <queue> |