diff options
author | Paul Spooren <mail@aparcar.org> | 2021-12-11 00:56:40 +0100 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-12-20 12:01:41 +0000 |
commit | af489f3b6fc67a843148008668febbfa80eb125e (patch) | |
tree | 6c58117c66fed0e23febccbd9230e4f860a5313d /src | |
parent | e3b499fb2b3ce56f620e05a5e8fcbb4c739be81c (diff) | |
download | apk-tools-af489f3b6fc67a843148008668febbfa80eb125e.tar.gz apk-tools-af489f3b6fc67a843148008668febbfa80eb125e.tar.bz2 apk-tools-af489f3b6fc67a843148008668febbfa80eb125e.tar.xz apk-tools-af489f3b6fc67a843148008668febbfa80eb125e.zip |
io.c: add missing limits.h
Fixes compilation on MacOS X
Diffstat (limited to 'src')
-rw-r--r-- | src/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ #include <sys/xattr.h> #include <pwd.h> #include <grp.h> +#include <limits.h> #include "apk_defines.h" #include "apk_io.h" |