Windows header files for q3lcc

This commit is contained in:
Pan7 2014-12-26 23:33:52 +01:00
parent 36f65fd7c5
commit a82fb6d1b1
1 changed files with 5 additions and 0 deletions

View File

@ -11,7 +11,12 @@ static char rcsid[] = "Id: dummy rcsid";
#include <assert.h> #include <assert.h>
#include <ctype.h> #include <ctype.h>
#include <signal.h> #include <signal.h>
#ifdef WIN32
#include <process.h> /* getpid() */
#include <io.h> /* access() */
#else
#include <unistd.h> #include <unistd.h>
#endif
#ifndef TEMPDIR #ifndef TEMPDIR
#define TEMPDIR "/tmp" #define TEMPDIR "/tmp"