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/index.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/index.c')
-rw-r--r-- | src/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.c b/src/index.c index a862d2a..26cbe72 100644 --- a/src/index.c +++ b/src/index.c @@ -13,6 +13,7 @@ #include <stdio.h> #include <fcntl.h> #include <unistd.h> +#include <sys/stat.h> #include "apk_applet.h" #include "apk_database.h" |