diff options
-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() |
![]() |
index : snac2.git | |
Unnamed repository; edit this file 'description' to name the repository. | hyang |
summaryrefslogtreecommitdiff |
-rw-r--r-- | httpd.c | 2 |
@@ -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() |