From: lordhavoc Date: Mon, 29 Oct 2001 23:43:58 +0000 (+0000) Subject: added include unistd.h and fcntl.h on non-win32 X-Git-Tag: RELEASE_0_2_0_RC1~752 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3bb0dbdc59774142f8e0b7d1222e7489eb3d89f6;p=xonotic%2Fdarkplaces.git added include unistd.h and fcntl.h on non-win32 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@982 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_shared.c b/sys_shared.c index 52a28285..85ad4648 100644 --- a/sys_shared.c +++ b/sys_shared.c @@ -1,6 +1,10 @@ #include "quakedef.h" #include +#ifndef WIN32 +#include +#include +#endif extern cvar_t timestamps; extern cvar_t timeformat;