mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Added some includes needed for last sem_open() / uintptr_t changes.
This commit is contained in:
parent
0a93eae0a8
commit
2824ba5be3
1 changed files with 2 additions and 0 deletions
2
httpd.c
2
httpd.c
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue