diff options
Diffstat (limited to 'src/io_gunzip.c')
-rw-r--r-- | src/io_gunzip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/io_gunzip.c b/src/io_gunzip.c index 554a95a..9ffc060 100644 --- a/src/io_gunzip.c +++ b/src/io_gunzip.c @@ -10,7 +10,6 @@ #include <stdio.h> #include <fcntl.h> #include <unistd.h> -#include <malloc.h> #include <zlib.h> #include "apk_defines.h" |