summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication/cl4_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/plugins/replication/cl4_api.c')
-rw-r--r--ldap/servers/plugins/replication/cl4_api.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/plugins/replication/cl4_api.c b/ldap/servers/plugins/replication/cl4_api.c
index 029d2612..07bf7b24 100644
--- a/ldap/servers/plugins/replication/cl4_api.c
+++ b/ldap/servers/plugins/replication/cl4_api.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/* cl4_api.h - implementation of the minimal interface to 4.0 changelog necessary to
link 4.0 changelog to 5.0 replication
*/