summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/slapd/strdup.c')
-rw-r--r--ldap/servers/slapd/strdup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/slapd/strdup.c b/ldap/servers/slapd/strdup.c
index fd44e0e2..c0fce1f6 100644
--- a/ldap/servers/slapd/strdup.c
+++ b/ldap/servers/slapd/strdup.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
+
#if defined( ultrix ) || defined( nextstep )
#include <string.h>