From: Daniel Stenberg Date: Thu, 23 Oct 2008 08:06:47 +0000 (+0000) Subject: added include to make the krb4 code compile again X-Git-Tag: curl-7_19_1~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c14c96e71cbfa9ad94bb6e6d2c9cf232e4d3a9a;p=thirdparty%2Fcurl.git added include to make the krb4 code compile again --- diff --git a/lib/security.c b/lib/security.c index 01143938a5..cc2c917e99 100644 --- a/lib/security.c +++ b/lib/security.c @@ -66,6 +66,7 @@ #include "sendf.h" #include "ftp.h" #include "memory.h" +#include "strequal.h" /* The last #include file should be: */ #include "memdebug.h"