no libgen on win
authorWolf Vollprecht <w.vollprecht@gmail.com>
Sat, 8 Jan 2022 11:35:07 +0000 (12:35 +0100)
committerWolf Vollprecht <w.vollprecht@gmail.com>
Sat, 8 Jan 2022 11:35:07 +0000 (12:35 +0100)
src/zck_dl.c

index 44f9e06471e3a28ec949624325dfecdd842d26a6..308122f6be701f8ea488726353d73b4eb818dac4 100644 (file)
@@ -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>