diff options
| author | 2023-05-07 17:58:11 +0200 | |
|---|---|---|
| committer | 2023-05-07 17:58:11 +0200 | |
| commit | 2824ba5be3c1f4c16195567ace77e5933a553cf0 (patch) | |
| tree | f637afd758d39dfa761ae128c8988a1b62a317c4 /httpd.c | |
| parent | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 (diff) | |
| download | penes-snac2-2824ba5be3c1f4c16195567ace77e5933a553cf0.tar.gz penes-snac2-2824ba5be3c1f4c16195567ace77e5933a553cf0.tar.xz penes-snac2-2824ba5be3c1f4c16195567ace77e5933a553cf0.zip | |
Added some includes needed for last sem_open() / uintptr_t changes.
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -14,6 +14,8 @@ | |||
| 14 | #include <setjmp.h> | 14 | #include <setjmp.h> |
| 15 | #include <pthread.h> | 15 | #include <pthread.h> |
| 16 | #include <semaphore.h> | 16 | #include <semaphore.h> |
| 17 | #include <fcntl.h> | ||
| 18 | #include <stdint.h> | ||
| 17 | 19 | ||
| 18 | #include <sys/resource.h> // for getrlimit() | 20 | #include <sys/resource.h> // for getrlimit() |
| 19 | 21 | ||