diff modules/ldap/eldap.c @ 1632:64eaceca611d

[xemacs-hg @ 2003-08-19 02:07:03 by james] Enable module building and running on Cygwin and MinGW.
author james
date Tue, 19 Aug 2003 02:07:16 +0000
parents d65d8a05e272
children 9fc738581a9d
line wrap: on
line diff
--- a/modules/ldap/eldap.c	Mon Aug 18 21:52:34 2003 +0000
+++ b/modules/ldap/eldap.c	Tue Aug 19 02:07:16 2003 +0000
@@ -36,6 +36,9 @@
 #include "sysdep.h"
 #include "buffer.h"
 #include "process.h"		/* for report_process_error */
+#ifdef HAVE_SHLIB
+# include "emodules.h"
+#endif
 
 #include <errno.h>