- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / locate_host.c
index 5bd0b93a521d80dcaf895d045836d625c068ee9c..e71b0cd14576cffac119a8458c21eddb25d10f68 100644 (file)
@@ -5,6 +5,10 @@
  *
  */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>
@@ -18,6 +22,7 @@
 #include <string.h>
 #include "citadel.h"
 #include "server.h"
+#include "dynloader.h"
 #include "locate_host.h"
 #include "sysdep_decls.h"
 #include "config.h"