- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / mime_parser.c
index 2a870d75f8cc3a6185e5b150cf497d8502f0a0b8..1d35ce7a7fd731f6c84bd757f2b792a993e265f3 100644 (file)
@@ -8,6 +8,10 @@
  *
  */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
@@ -18,6 +22,8 @@
 #include <sys/stat.h>
 #include <errno.h>
 #include "citadel.h"
+#include "server.h"
+#include "dynloader.h"
 #include "sysdep_decls.h"
 #include "mime_parser.h"
 #include "tools.h"