diff options
author | William Pitcock <nenolod@dereferenced.org> | 2013-06-12 10:43:56 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2013-06-12 10:47:11 -0500 |
commit | 78ee4267cd6ceafa678f1b44f01a30f77a377876 (patch) | |
tree | eeb9d46d176b9455223177d2c5a425cb176ceb33 /src/cache.c | |
parent | a2d873a77c6dd2e7f6219e6941af796e1f904e69 (diff) | |
download | apk-tools-78ee4267cd6ceafa678f1b44f01a30f77a377876.tar.gz apk-tools-78ee4267cd6ceafa678f1b44f01a30f77a377876.tar.bz2 apk-tools-78ee4267cd6ceafa678f1b44f01a30f77a377876.tar.xz apk-tools-78ee4267cd6ceafa678f1b44f01a30f77a377876.zip |
libapk, apk(8): fix header inclusion issues with musl's headers
Diffstat (limited to 'src/cache.c')
-rw-r--r-- | src/cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cache.c b/src/cache.c index b82ecf6..f295f89 100644 --- a/src/cache.c +++ b/src/cache.c @@ -13,6 +13,7 @@ #include <stdio.h> #include <dirent.h> #include <unistd.h> +#include <limits.h> #include "apk_defines.h" #include "apk_applet.h" |