diff options
Diffstat (limited to 'ldap/servers/slapd/snoop.c')
-rw-r--r-- | ldap/servers/slapd/snoop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/slapd/snoop.c b/ldap/servers/slapd/snoop.c index 924bfdec..8ca3f5f3 100644 --- a/ldap/servers/slapd/snoop.c +++ b/ldap/servers/slapd/snoop.c @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + /* Operation Snooping Function. Used by server internal code (and plugins if they fancy) to detect state changes in the server. |