summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/ch_malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/slapd/ch_malloc.c')
-rw-r--r--ldap/servers/slapd/ch_malloc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/slapd/ch_malloc.c b/ldap/servers/slapd/ch_malloc.c
index 4f3a90de..df72a603 100644
--- a/ldap/servers/slapd/ch_malloc.c
+++ b/ldap/servers/slapd/ch_malloc.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
+
/* slapi_ch_malloc.c - malloc routines that test returns from malloc and friends */
#include <errno.h>