diff options
Diffstat (limited to 'indra')
-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> |