Просмотр исходного кода

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

default 3 лет назад
Родитель
Сommit
2824ba5be3
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      httpd.c

+ 2 - 0
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()