fix: add missing limits.h includes to enable bulding on musl.

This commit is contained in:
mssx86
2021-07-01 20:12:28 +03:00
committed by withmorten
parent 0b27a3dc23
commit c5e896c420
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <fcntl.h>
#include <sys/resource.h>
#include <stdarg.h>
#include <limits.h>
#ifdef __linux__
#include <sys/syscall.h>