commit: include limits.h for PATH_MAX

this fixes build on ppc64le
cute-signatures
Natanael Copa 2017-03-06 17:38:32 +01:00
parent 39b0c88312
commit 17ba5dc11c
1 changed files with 1 additions and 0 deletions

View File

@ -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"