diff options
Diffstat (limited to 'ldap/servers/plugins/replication/repl_shared.h')
-rw-r--r-- | ldap/servers/plugins/replication/repl_shared.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/plugins/replication/repl_shared.h b/ldap/servers/plugins/replication/repl_shared.h index 5cc5dfc2..957fdc76 100644 --- a/ldap/servers/plugins/replication/repl_shared.h +++ b/ldap/servers/plugins/replication/repl_shared.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + /* repl_shared.h - definitions shared between 4.0 and 5.0 replication modules */ |