diff options
author | default <nobody@localhost> | 2023-05-07 17:58:11 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-07 17:58:11 +0200 |
commit | 2824ba5be3c1f4c16195567ace77e5933a553cf0 (patch) | |
tree | f637afd758d39dfa761ae128c8988a1b62a317c4 | |
parent | 0a93eae0a87764f23aeec40c06202770d25f48f1 (diff) |
Added some includes needed for last sem_open() / uintptr_t changes.
-rw-r--r-- | httpd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |