Include <string.h>

This commit is contained in:
Patrick Pokatilo 2013-02-08 01:10:03 +01:00
parent 3b5e44aeba
commit f88885e339

View File

@ -12,6 +12,7 @@
#include <io.h>
#include <fcntl.h>
#include <ws2tcpip.h>
#include <string.h>
int p_unlink(const char *path)
{