Fix build

This commit is contained in:
Oleg Korshul
2023-09-07 12:07:41 +03:00
parent e3c6135ffa
commit f567f81f55

View File

@ -25,7 +25,8 @@
#if !defined (_RWSTD_NO_SETRLIMIT)
# include <sys/resource.h> // for setrlimit()
#include <stddef.h>
#include <sys/resource.h> // for setrlimit()
void limit_memory (size_t limit)
{