diff options
Diffstat (limited to 'cifs.upcall.c')
-rw-r--r-- | cifs.upcall.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cifs.upcall.c b/cifs.upcall.c index 95ff521..2e5a873 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -31,7 +31,11 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k #include <string.h> #include <getopt.h> +#ifdef HAVE_KRB5_KRB5_H #include <krb5/krb5.h> +#elif defined(HAVE_KRB5_H) +#include <krb5.h> +#endif #include <syslog.h> #include <dirent.h> #include <sys/types.h> |