From 9af7e46f72903c7b7e8138d68e6a7a9f13672081 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Sat, 21 Feb 2004 14:57:29 +0000
Subject: [PATCH] inlcude krb4.h to get the proto for Curl_krb_kauth() to
 satisfy picky compilers

---
 lib/krb4.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/krb4.c b/lib/krb4.c
index eb3d4f00f0..20f299b203 100644
--- a/lib/krb4.c
+++ b/lib/krb4.c
@@ -59,6 +59,7 @@
 
 #include "ftp.h"
 #include "sendf.h"
+#include "krb4.h"
 
 #if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL)
 #include "inet_ntoa_r.h"
-- 
GitLab