diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 1 |
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" |