]> granicus.if.org Git - curl/commitdiff
inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky
authorDaniel Stenberg <daniel@haxx.se>
Sat, 21 Feb 2004 14:57:29 +0000 (14:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 21 Feb 2004 14:57:29 +0000 (14:57 +0000)
compilers

lib/krb4.c

index eb3d4f00f00e60c4717edc30d4fba60ff5c34dd3..20f299b203036afddc01142a76e12b46e3cf99aa 100644 (file)
@@ -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"