diff --git a/src/textures/hires/hirestex.cpp b/src/textures/hires/hirestex.cpp index 288e99790..54d5a4c75 100644 --- a/src/textures/hires/hirestex.cpp +++ b/src/textures/hires/hirestex.cpp @@ -36,6 +36,11 @@ #include "bitmap.h" #include "textures.h" +#ifndef _WIN32 +#include +#define _access(a,b) access(a,b) +#endif + static int Doom2Wad = -1; // quick'n dirty hack. Should be enough here...