aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-14 00:00:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-14 00:00:45 +0000
commit62970da6752495421543bddcefd0b8eedd6cbb13 (patch)
tree8021323fef617b8da079076fc156cedf4cf66950 /lib/url.c
parent8ed31c48e0cf2c2216a88dd8e04a0fa881efe6ac (diff)
Removed security.h since it shadows an include file mingw needs when building
for SSPI support. The contents of the file has been moved into the krb4.h file.
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 921df3d15..bd5f2ed53 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -141,7 +141,7 @@ void idn_free (void *ptr); /* prototype from idn-free.h, not provided by
#include <curl/mprintf.h>
#ifdef HAVE_KRB4
-#include "security.h"
+#include "krb4.h"
#endif
#include "memory.h"