diff options
Diffstat (limited to 'ldap/servers/slapd/search.c')
-rw-r--r-- | ldap/servers/slapd/search.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/slapd/search.c b/ldap/servers/slapd/search.c index fc629f6f..51f2b92a 100644 --- a/ldap/servers/slapd/search.c +++ b/ldap/servers/slapd/search.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 + /* * Copyright (c) 1995 Regents of the University of Michigan. * All rights reserved. |