mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 17:56:17 -04:00

Include sys/types.h to avoid the following build failure on uclibc: In file included from programs/gzip.c:28:0: programs/prog_util.h:159:1: error: unknown type name ‘ssize_t’ ssize_t xread(struct file_stream *strm, void *buf, size_t count); ^ Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>