From d78515cbc6a92e7174a3161878ba31d26e603792 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Thu, 6 Jan 2022 14:58:50 +0100 Subject: [PATCH] fix copy_chunks --- test/copy_chunks.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/copy_chunks.c b/test/copy_chunks.c index f489069..4b353f6 100644 --- a/test/copy_chunks.c +++ b/test/copy_chunks.c @@ -40,6 +40,10 @@ #include "zck_private.h" #include "util.h" +#ifdef _WIN32 +char* basename(char*); +#endif + int main (int argc, char *argv[]) { zck_set_log_level(ZCK_LOG_DEBUG); char *path = zmalloc(strlen(argv[1])+1); -- 2.30.2