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/apk_io.h | |
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/apk_io.h')
-rw-r--r-- | src/apk_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_io.h b/src/apk_io.h index b88293c..4790d80 100644 --- a/src/apk_io.h +++ b/src/apk_io.h @@ -11,6 +11,7 @@ #ifndef APK_IO #define APK_IO +#include <sys/types.h> #include <openssl/evp.h> #include "apk_defines.h" |