mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
io.h only exists for win32 - sorry *nix users
svn path=/trunk/; revision=17818
This commit is contained in:
parent
912eda64c8
commit
811a8addb8
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue