diff options
Diffstat (limited to 'ldap/clients/dsgw/ckpurge.c')
-rw-r--r-- | ldap/clients/dsgw/ckpurge.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/clients/dsgw/ckpurge.c b/ldap/clients/dsgw/ckpurge.c index 1f9bc30f..dde1c120 100644 --- a/ldap/clients/dsgw/ckpurge.c +++ b/ldap/clients/dsgw/ckpurge.c @@ -36,6 +36,11 @@ * All rights reserved. --- END COPYRIGHT BLOCK --- */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #include <stdio.h> #include "dsgw.h" |