aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-21 14:57:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-21 14:57:29 +0000
commit9af7e46f72903c7b7e8138d68e6a7a9f13672081 (patch)
tree16ca7720bc9f9eccac309e4960c24abd01a16516
parent7d844c430cf66d0ecde83a749a266e784a67db26 (diff)
inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky
compilers
-rw-r--r--lib/krb4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/krb4.c b/lib/krb4.c
index eb3d4f00f..20f299b20 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"