diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-10-25 01:43:19 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-10-25 01:43:19 +0000 |
commit | ca6f7419824a06b42f7e4fac03ea6bedfe54cd62 (patch) | |
tree | 8ae19f3968e4acf737f0a05e9f3e9a24f82028f5 /indra/llvfs | |
parent | 94bcd2c47d7ba25693ae582e71e028142d3bc13b (diff) |
VC8 Fixes.
Diffstat (limited to 'indra/llvfs')
-rw-r--r-- | indra/llvfs/lldir_win32.cpp | 1 |
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> |