From d946beecf6e9cc7cf6897368bed8f43b0ec61ed1 Mon Sep 17 00:00:00 2001 From: Torsten Kurbad Date: Thu, 1 Apr 2010 21:47:25 -0400 Subject: cifs-upcall: krb5.h inclusion quick fix ...eventually it might be better to make autoconf set -I/usr/include/krb5 or whatever and get rid of the #ifdef's here. It's a little tricky to figure out the include dir however, so this will do for now. Signed-off-by: Torsten Kurbad --- cifs.upcall.c | 4 ++++ 1 file changed, 4 insertions(+) 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 #include +#ifdef HAVE_KRB5_KRB5_H #include +#elif defined(HAVE_KRB5_H) +#include +#endif #include #include #include -- cgit v1.2.3