- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / internet_addressing.c
index f60f7a185a62d89a02ecee0547e31eb59b3593fa..ca0530d968bc2dde41f9fe48219bfbff0279a17f 100644 (file)
@@ -5,6 +5,10 @@
  * to users on the Citadel system.
  */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>
@@ -32,6 +36,7 @@
 #include <limits.h>
 #include "citadel.h"
 #include "server.h"
+#include "dynloader.h"
 #include "sysdep_decls.h"
 #include "citserver.h"
 #include "support.h"