commit | c6a581a63af4eb60069ec043926bb543457341d5 | [log] [tgz] |
---|---|---|
author | Andrew Molyneux <andrew@molyneuxfamily.co.uk> | Sat Feb 07 14:00:05 2015 +0000 |
committer | Andrew Molyneux <andrew@molyneuxfamily.co.uk> | Sat Feb 07 14:00:05 2015 +0000 |
tree | f1d6d6ac6a555ba003f18701a3c3a6890a4d940c | |
parent | 7e2855e137405a631ce9464a38b7b65135be4cd1 [diff] [blame] |
Fix build errors on Windows
diff --git a/lib/zip_source_win32w.c b/lib/zip_source_win32w.c index 62f204e..e58d2a3 100644 --- a/lib/zip_source_win32w.c +++ b/lib/zip_source_win32w.c
@@ -35,8 +35,8 @@ #include <errno.h> #include <stdio.h> -#include "zipwin32.h" #include "zipint.h" +#include "zipwin32.h" static void * _win32_strdup_w(const void *str); static HANDLE _win32_open_w(_zip_source_win32_read_file_t *ctx);