summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Pokatilo <mail@shyxormz.net>2013-02-08 01:10:03 +0100
committerPatrick Pokatilo <mail@shyxormz.net>2013-02-08 01:10:03 +0100
commitf88885e339699ece048ebec3706736b491526939 (patch)
treeac2ea24aedd0749c5825e7ed5cb2c6ac25438fef /src
parent3b5e44aeba0fbbbc324939a71727757d97a8ee7b (diff)
downloadlibgit2-f88885e339699ece048ebec3706736b491526939.tar.gz
Include <string.h>
Diffstat (limited to 'src')
-rw-r--r--src/win32/posix_w32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/posix_w32.c b/src/win32/posix_w32.c
index ece722305..d3e0bb66a 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)
{