aboutsummaryrefslogtreecommitdiff
path: root/lib/security.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-23 08:06:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-23 08:06:47 +0000
commit6c14c96e71cbfa9ad94bb6e6d2c9cf232e4d3a9a (patch)
treec659db07c9dcc49d565f77465fcb7ed3349b17f4 /lib/security.c
parent976963cd21f57355dec9b8082fc9b155be5ce2b7 (diff)
added include to make the krb4 code compile again
Diffstat (limited to 'lib/security.c')
-rw-r--r--lib/security.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/security.c b/lib/security.c
index 01143938a..cc2c917e9 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"