diff options
Diffstat (limited to 'ldap/servers/slapd/stubrepl.c')
-rw-r--r-- | ldap/servers/slapd/stubrepl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/slapd/stubrepl.c b/ldap/servers/slapd/stubrepl.c index 8a7ba9ee..c7145b62 100644 --- a/ldap/servers/slapd/stubrepl.c +++ b/ldap/servers/slapd/stubrepl.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 + /* stubrepl.c - stubs of functions required for the evil stuff in the tools directory */ #include "slap.h" |