mirror of
https://github.com/UberGames/ioef.git
synced 2025-02-17 09:22:03 +00:00
commit
aa1aad928e
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue