diff options
Diffstat (limited to 'ldap/libraries/libutil/ntreg.c')
-rw-r--r-- | ldap/libraries/libutil/ntreg.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/libraries/libutil/ntreg.c b/ldap/libraries/libutil/ntreg.c index d81446de..1efd536e 100644 --- a/ldap/libraries/libutil/ntreg.c +++ b/ldap/libraries/libutil/ntreg.c @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #ifdef _WIN32 #include <windows.h> |