diff --git a/src/win32_host_fst.c b/src/win32_host_fst.c index 5a5c695..9b28777 100644 --- a/src/win32_host_fst.c +++ b/src/win32_host_fst.c @@ -4,11 +4,11 @@ #define _WIN32_WINNT 0x0600 // vista+ #include -#include #include #include #include +#include #include "defc.h" #include "gsos.h" @@ -245,7 +245,9 @@ static word32 map_errno() { case 0: return 0; case EBADF: return invalidAccess; +#ifdef EDQUOT case EDQUOT: +#endif case EFBIG: return volumeFull; case ENOENT: