mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
fix warning about unlink() being undeclared
svn path=/trunk/; revision=17817
This commit is contained in:
parent
025e6f6975
commit
912eda64c8
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <io.h> /* unlink() */
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue