Fixup for *nix port

svn path=/trunk/; revision=14023
This commit is contained in:
James Tabor 2005-03-13 18:43:44 +00:00
parent b1ce653a14
commit 1bb6977546

View file

@ -35,6 +35,9 @@
#include <time.h>
#ifdef WIN32
#include <io.h> /* write() */
#else
#include <fcntl.h> /* create */
#include <unistd.h> /* write and close */
#endif /* WIN32 */
#define NONAMELESSUNION