mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
zlib: fix compile warning
This patch includes 'unistd.h' to avoid warnings about the implicit declaration of the functions ‘read’, 'close', and 'write.
This commit is contained in:
parent
aee8d35dc4
commit
e1e1fa23b7
@ -5,6 +5,7 @@ SRC_C = adler32.c compress.c crc32.c deflate.c gzclose.c \
|
||||
gzlib.c gzread.c gzwrite.c infback.c inffast.c inflate.c \
|
||||
inftrees.c trees.c uncompr.c zutil.c
|
||||
CC_WARN =
|
||||
CC_OPT += -DZ_HAVE_UNISTD_H
|
||||
|
||||
vpath %.c $(ZLIB_DIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user