summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2013-06-12 10:43:56 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2013-06-12 10:47:11 -0500
commit78ee4267cd6ceafa678f1b44f01a30f77a377876 (patch)
treeeeb9d46d176b9455223177d2c5a425cb176ceb33 /src/common.c
parenta2d873a77c6dd2e7f6219e6941af796e1f904e69 (diff)
downloadapk-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/common.c')
-rw-r--r--src/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 36c4d07..0336645 100644
--- a/src/common.c
+++ b/src/common.c
@@ -10,6 +10,7 @@
#include <malloc.h>
#include <string.h>
+#include <stdlib.h>
#include <unistd.h>
#include "apk_defines.h"