summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2021-12-11 00:56:40 +0100
committerTimo Teräs <timo.teras@iki.fi>2021-12-20 12:01:41 +0000
commitaf489f3b6fc67a843148008668febbfa80eb125e (patch)
tree6c58117c66fed0e23febccbd9230e4f860a5313d /src
parente3b499fb2b3ce56f620e05a5e8fcbb4c739be81c (diff)
downloadapk-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io.c b/src/io.c
index 8a9646a..9f152f6 100644
--- a/src/io.c
+++ b/src/io.c
@@ -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"