summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/collation/collate.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/plugins/collation/collate.c')
-rw-r--r--ldap/servers/plugins/collation/collate.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/plugins/collation/collate.c b/ldap/servers/plugins/collation/collate.c
index 25da89f3..e7e8195d 100644
--- a/ldap/servers/plugins/collation/collate.c
+++ b/ldap/servers/plugins/collation/collate.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
+
/* collate.c - implementation of indexing, using a Collation */
#include "collate.h"