Commit f88885e339699ece048ebec3706736b491526939

Patrick Pokatilo 2013-02-08T01:10:03

Include <string.h>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/win32/posix_w32.c b/src/win32/posix_w32.c
index ece7223..d3e0bb6 100644
--- a/src/win32/posix_w32.c
+++ b/src/win32/posix_w32.c
@@ -12,6 +12,7 @@
 #include <io.h>
 #include <fcntl.h>
 #include <ws2tcpip.h>
+#include <string.h>
 
 int p_unlink(const char *path)
 {