- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / html.c
index 29ee1a8ed51f33f079eb51ed2c74588efedabe9b..ea06fb3fe752f27aeaa484d2dc1e0fc3d29b8a49 100644 (file)
@@ -4,6 +4,10 @@
  * Functions which handle translation between HTML and plain text
  */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>
@@ -29,6 +33,7 @@
 #include <syslog.h>
 #include "citadel.h"
 #include "server.h"
+#include "dynloader.h"
 #include "control.h"
 #include "sysdep_decls.h"
 #include "support.h"