io.h only exists for win32 - sorry *nix users

svn path=/trunk/; revision=17818
This commit is contained in:
Royce Mitchell III 2005-09-12 14:55:55 +00:00
parent 912eda64c8
commit 811a8addb8

View file

@ -26,7 +26,9 @@
#include <assert.h>
#include <stdio.h>
#ifdef WIN32
#include <io.h> /* unlink() */
#endif//WIN32
#include <signal.h>
#include <errno.h>
#include <string.h>