commit | a1d23586eb90ff2833f6b015195a088df213995b | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Fri Mar 31 14:08:24 2017 +0200 |
committer | Thomas Klausner <tk@giga.or.at> | Fri Mar 31 14:08:24 2017 +0200 |
tree | bc97b5581c569e75a25097efb9f44e47b33c553e | |
parent | a9295a9eb6727f75e0207c7726180ed222e1451e [diff] |
Include limits.h for UINT_MAX.
diff --git a/lib/zip_algorithm_bzip2.c b/lib/zip_algorithm_bzip2.c index 96bab75..3b0de6e 100644 --- a/lib/zip_algorithm_bzip2.c +++ b/lib/zip_algorithm_bzip2.c
@@ -36,6 +36,7 @@ #if defined(HAVE_LIBBZ2) #include <bzlib.h> +#include <limits.h> #include <stdlib.h> struct ctx {