Commit f88885e3 by Patrick Pokatilo

Include <string.h>

parent 3b5e44ae
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <io.h> #include <io.h>
#include <fcntl.h> #include <fcntl.h>
#include <ws2tcpip.h> #include <ws2tcpip.h>
#include <string.h>
int p_unlink(const char *path) int p_unlink(const char *path)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment