X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fcommon%2Fvfs.h;fp=tools%2Fquake3%2Fcommon%2Fvfs.h;h=efa4257d04cbd7899be8c73807b57b73d416c9cd;hb=37bef590b1d2161b16b2bd33349fc8b56af60920;hp=e47cadbaf41e061a6e794475d6afd697be85224b;hpb=00a7e0326354f7837338661c2307412f5beba9fb;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/common/vfs.h b/tools/quake3/common/vfs.h index e47cadba..efa4257d 100644 --- a/tools/quake3/common/vfs.h +++ b/tools/quake3/common/vfs.h @@ -41,6 +41,11 @@ #else #include #include + +#ifndef R_OK +#define R_OK 04 +#endif + #define S_ISDIR( mode ) ( mode & _S_IFDIR ) #define PATH_MAX 260 #endif