projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0bc61
)
Fix build on cygwin
author
Daisuke Fujimura (fd0)
<booleanlabel@gmail.com>
Sun, 13 Jun 2021 06:10:09 +0000
(15:10 +0900)
committer
Daisuke Fujimura (fd0)
<booleanlabel@gmail.com>
Sun, 13 Jun 2021 06:10:09 +0000
(15:10 +0900)
src/zck_gen_zdict.c
patch
|
blob
|
history
diff --git
a/src/zck_gen_zdict.c
b/src/zck_gen_zdict.c
index 0263eea35c3af335d4013e8822cc9693dc1e98b6..e1885a065ff78e712511a13304eae085cb611290 100644
(file)
--- a/
src/zck_gen_zdict.c
+++ b/
src/zck_gen_zdict.c
@@
-42,6
+42,10
@@
#include <argp.h>
#include <zck.h>
+#if defined(stdout)
+#undef stdout
+#endif
+
#include "util_common.h"
static char doc[] = "zck_gen_zdict - Generate a zdict for a zchunk file";