Added some includes needed for last sem_open() / uintptr_t changes.

This commit is contained in:
default 2023-05-07 17:58:11 +02:00
parent 0a93eae0a8
commit 2824ba5be3

View File

@ -14,6 +14,8 @@
#include <setjmp.h>
#include <pthread.h>
#include <semaphore.h>
#include <fcntl.h>
#include <stdint.h>
#include <sys/resource.h> // for getrlimit()