- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / clientsocket.c
index 00039e5de49c9d449da76a0cbcb7b1772037d9c2..286659aef946e8e4787c3253972ae740d196a51c 100644 (file)
@@ -8,6 +8,10 @@
  *
  */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>
@@ -23,6 +27,8 @@
 #include <errno.h>
 #include <stdarg.h>
 #include "citadel.h"
+#include "server.h"
+#include "dynloader.h"
 #ifndef HAVE_SNPRINTF
 #include "snprintf.h"
 #endif