summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2007-10-25 01:43:19 +0000
committerSteven Bennetts <steve@lindenlab.com>2007-10-25 01:43:19 +0000
commitca6f7419824a06b42f7e4fac03ea6bedfe54cd62 (patch)
tree8ae19f3968e4acf737f0a05e9f3e9a24f82028f5
parent94bcd2c47d7ba25693ae582e71e028142d3bc13b (diff)
VC8 Fixes.
-rw-r--r--indra/llvfs/lldir_win32.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llvfs/lldir_win32.cpp b/indra/llvfs/lldir_win32.cpp
index 277cfeae13..f415fe56ed 100644
--- a/indra/llvfs/lldir_win32.cpp
+++ b/indra/llvfs/lldir_win32.cpp
@@ -39,6 +39,7 @@
#include "shlobj.h"
#include <direct.h>
+#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>