diff options
| author | Patrick Pokatilo <mail@shyxormz.net> | 2013-02-08 01:10:03 +0100 |
|---|---|---|
| committer | Patrick Pokatilo <mail@shyxormz.net> | 2013-02-08 01:10:03 +0100 |
| commit | f88885e339699ece048ebec3706736b491526939 (patch) | |
| tree | ac2ea24aedd0749c5825e7ed5cb2c6ac25438fef /src | |
| parent | 3b5e44aeba0fbbbc324939a71727757d97a8ee7b (diff) | |
| download | libgit2-f88885e339699ece048ebec3706736b491526939.tar.gz | |
Include <string.h>
Diffstat (limited to 'src')
| -rw-r--r-- | src/win32/posix_w32.c | 1 |
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) { |
