Skip to content

Commit 407e3ae

Browse files
committed
Add a missing zlib .h file to the src tarball
Fixes building on windows where we use the bundled zlib C sources
1 parent 8b7a982 commit 407e3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zlib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build-type: Simple
2020
cabal-version: >= 1.10
2121
extra-source-files: cbits/crc32.h cbits/inffast.h cbits/inflate.h
2222
cbits/trees.h cbits/deflate.h cbits/inffixed.h
23-
cbits/inftrees.h cbits/zutil.h
23+
cbits/inftrees.h cbits/zutil.h cbits/gzguts.h
2424
-- test data files
2525
test/data/bad-crc.gz test/data/custom-dict.zlib
2626
test/data/custom-dict.zlib-dict test/data/hello.gz

0 commit comments

Comments
 (0)