]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
added include to make the krb4 code compile again
authorDaniel Stenberg <daniel@haxx.se>
Thu, 23 Oct 2008 08:06:47 +0000 (08:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Oct 2008 08:06:47 +0000 (08:06 +0000)
lib/security.c

index 01143938a529d5f993707c98c8400a054a572f12..cc2c917e993d8189533792c4022730d9099e9621 100644 (file)
@@ -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"