diff options
Diffstat (limited to 'ldap/systools/viewcore.c')
-rw-r--r-- | ldap/systools/viewcore.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/systools/viewcore.c b/ldap/systools/viewcore.c index adad4638..45e4cce5 100644 --- a/ldap/systools/viewcore.c +++ b/ldap/systools/viewcore.c @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #include <fcntl.h> #include <stdio.h> #ifdef linux |