浏览代码

Added some includes needed for last sem_open() / uintptr_t changes.

default 3 年之前
父节点
当前提交
2824ba5be3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      httpd.c

+ 2 - 0
httpd.c

@@ -14,6 +14,8 @@
 #include <setjmp.h>
 #include <setjmp.h>
 #include <pthread.h>
 #include <pthread.h>
 #include <semaphore.h>
 #include <semaphore.h>
+#include <fcntl.h>
+#include <stdint.h>
 
 
 #include <sys/resource.h> // for getrlimit()
 #include <sys/resource.h> // for getrlimit()