summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/slapd_plhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/slapd/slapd_plhash.c')
-rw-r--r--ldap/servers/slapd/slapd_plhash.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/slapd/slapd_plhash.c b/ldap/servers/slapd/slapd_plhash.c
index c07a1f0c..87043242 100644
--- a/ldap/servers/slapd/slapd_plhash.c
+++ b/ldap/servers/slapd/slapd_plhash.c
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
This file contains a function which augments the standard nspr PL_HashTable
api. The problem is that the hash table lookup function in the standard NSPR