Added a mini http fetcher into webcit
[citadel.git] / citadel / threads.c
index a24e03289e74121b826d57856c09d63a2d17649c..2d8576e1d49e7b00dd262564a62065927b9bc656 100644 (file)
@@ -8,6 +8,9 @@
  *
  */
 
+#include <stdlib.h>
+#include <unistd.h>
+#include <stdio.h>
 #include <sys/types.h>
 #include <errno.h>
 #include <sys/socket.h>
@@ -26,6 +29,8 @@
 # endif
 #endif
 
+#include <libcitadel.h>
+
 #include "threads.h"
 #include "ctdl_module.h"
 #include "modules_init.h"