From: Matthias Andree Date: Sun, 14 May 2006 15:38:42 +0000 (-0000) Subject: Drop #include from Kerberos 5 header file, fixes compile error on SUSE... X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=79e020ff5c9a81232cc2bd72e3f1045432926eea;p=~andy%2Ffetchmail Drop #include from Kerberos 5 header file, fixes compile error on SUSE Linux 10.0. svn path=/branches/BRANCH_6-3/; revision=4829 --- diff --git a/NEWS b/NEWS index 1ce8459b..4a5469f5 100644 --- a/NEWS +++ b/NEWS @@ -60,6 +60,8 @@ fetchmail 6.3.5 (not yet released): completing NTLM handshake, for robustness and consistency. (Taken from the NetBSD portable packages collection, patch-ac.) * On NetBSD, link against -lroken -lcom_err if --with-kerberos is enabled. +* Drop #include from Kerberos 5 header file, fixes compile error on + SUSE Linux 10.0. # CHANGES: * Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes diff --git a/kerberos.h b/kerberos.h index 713a505b..fc0689da 100644 --- a/kerberos.h +++ b/kerberos.h @@ -11,7 +11,7 @@ #ifdef KERBEROS_V5 #include -#include +/* #include */ #endif #ifdef KERBEROS_V4