summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/httpd.c b/httpd.c
index 7a25b84..334d73d 100644
--- 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()