HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / clientsocket.c
index 5b5bb90b276e501d060a94da4291e4dff96358d9..1d65e2ca8bf58084b23d3d03a8c5cb2b167a8c95 100644 (file)
@@ -23,6 +23,7 @@
 #include <pwd.h>
 #include <errno.h>
 #include <stdarg.h>
+#include <libcitadel.h>
 #include "citadel.h"
 #include "server.h"
 #ifndef HAVE_SNPRINTF
@@ -31,7 +32,6 @@
 #include "sysdep_decls.h"
 #include "config.h"
 #include "clientsocket.h"
-#include "tools.h"
 
 #ifndef INADDR_NONE
 #define INADDR_NONE 0xffffffff