From 9b7f69afc1f5eef1f338ea02f7cec98719ed6163 Mon Sep 17 00:00:00 2001
From: Torsten Kurbad <torsten@tk-webart.de>
Date: Thu, 1 Apr 2010 14:15:34 +0200
Subject: [PATCH 2/2] cifs-upcall krb5.h inclusion quick fix
---
cifs.upcall.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
@@ -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>
--
1.7.0.3