* Rewrote the HTTP engine and application coupling to run in a worker thread
[citadel.git] / webcit / cookie_conversion.c
index 3bb3554b9b6d93a726c9397e1eec7d9dba9ad484..5f139fdf54f6b9d6c9ec6af6b5418462330579d2 100644 (file)
@@ -1,12 +1,24 @@
+
+#include <ctype.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
+#include <fcntl.h>
 #include <signal.h>
 #include <sys/types.h>
-#include <ctype.h>
+#include <sys/wait.h>
+#include <sys/socket.h>
+#include <sys/time.h>
+#include <limits.h>
+#include <netinet/in.h>
+#include <netdb.h>
 #include <string.h>
+#include <pwd.h>
+#include <errno.h>
+#include <stdarg.h>
+#include <pthread.h>
+#include <signal.h>
 #include "webcit.h"
-#include "child.h"
 
 /*
  * Pack all session info into one easy-to-digest cookie.  Healthy and delicious!