commit 2824ba5be3c1f4c16195567ace77e5933a553cf0 parent 0a93eae0a87764f23aeec40c06202770d25f48f1 Author: default <nobody@localhost> Date: Sun, 7 May 2023 17:58:11 +0200 Added some includes needed for last sem_open() / uintptr_t changes. Diffstat:
M | httpd.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/httpd.c b/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()