diff options
Diffstat (limited to 'src/commit.c')
-rw-r--r-- | src/commit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commit.c b/src/commit.c index 80b2c13..278af5e 100644 --- a/src/commit.c +++ b/src/commit.c @@ -9,6 +9,7 @@ * by the Free Software Foundation. See http://www.gnu.org/ for details. */ +#include <limits.h> #include <stdint.h> #include <unistd.h> #include "apk_defines.h" |