projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4dd5f6
)
fix copy_chunks
author
Wolf Vollprecht
<w.vollprecht@gmail.com>
Thu, 6 Jan 2022 13:58:50 +0000
(14:58 +0100)
committer
Wolf Vollprecht
<w.vollprecht@gmail.com>
Fri, 7 Jan 2022 09:08:36 +0000
(10:08 +0100)
test/copy_chunks.c
patch
|
blob
|
history
diff --git
a/test/copy_chunks.c
b/test/copy_chunks.c
index f4890691b28af00fa4f844ef41868bf50387dd19..4b353f661cf92e893edd43c0b6fb29a6ed88a87b 100644
(file)
--- 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);