- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / room_ops.c
index 51b8cf4c081da7fcb352eee4f716be68362698ce..d94fad48d77a8c10e61c6406327de3dee3d7cd4a 100644 (file)
@@ -4,6 +4,11 @@
  * Server functions which perform operations on room objects.
  *
  */
+
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>
@@ -26,6 +31,7 @@
 #include <errno.h>
 #include "citadel.h"
 #include "server.h"
+#include "dynloader.h"
 #include "database.h"
 #include "config.h"
 #include "room_ops.h"