diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp index a8e14817745ed67d0e28516395f97a991b8557fa..457965b1fd0b7d4104f4693578c493e53291d6bf 100644 --- a/indra/llcommon/llerror.cpp +++ b/indra/llcommon/llerror.cpp @@ -39,6 +39,8 @@ #if !LL_WINDOWS # include <syslog.h> # include <unistd.h> +#else +# include <io.h> #endif // !LL_WINDOWS #include <vector> #include "string.h"