From 17ba5dc11c3d1db8be0fbe1ce54e9f9b75b1825d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 6 Mar 2017 17:38:32 +0100 Subject: commit: include limits.h for PATH_MAX this fixes build on ppc64le --- src/commit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 #include #include #include "apk_defines.h" -- cgit v1.2.3-70-g09d2