projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f66f9b
)
no libgen on win
author
Wolf Vollprecht
<w.vollprecht@gmail.com>
Sat, 8 Jan 2022 11:35:07 +0000
(12:35 +0100)
committer
Wolf Vollprecht
<w.vollprecht@gmail.com>
Sat, 8 Jan 2022 11:35:07 +0000
(12:35 +0100)
src/zck_dl.c
patch
|
blob
|
history
diff --git
a/src/zck_dl.c
b/src/zck_dl.c
index 44f9e06471e3a28ec949624325dfecdd842d26a6..308122f6be701f8ea488726353d73b4eb818dac4 100644
(file)
--- a/
src/zck_dl.c
+++ b/
src/zck_dl.c
@@
-34,7
+34,9
@@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#ifndef _WIN32
#include <libgen.h>
+#endif
#include <unistd.h>
#include <errno.h>
#include <argp.h>