diff options
Diffstat (limited to 'lib/ldaputil/ldapauth.c')
-rw-r--r-- | lib/ldaputil/ldapauth.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ldaputil/ldapauth.c b/lib/ldaputil/ldapauth.c index dd062be6..0039bae5 100644 --- a/lib/ldaputil/ldapauth.c +++ b/lib/ldaputil/ldapauth.c @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + /* * ldapauth.cpp: Implements LDAP integration in the web server. * |