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