io.c: add missing limits.h

Fixes compilation on MacOS X
cute-signatures
Paul Spooren 2021-12-11 00:56:40 +01:00 committed by Timo Teräs
parent e3b499fb2b
commit af489f3b6f
1 changed files with 1 additions and 0 deletions

View File

@ -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"