aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-14 00:01:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-14 00:01:30 +0000
commit34865ffb4a9504139e751a8e36da26aa5683c8c6 (patch)
tree8e908c56788d7f276e00afd58f6c2e30bbff21d4 /lib/urldata.h
parent62970da6752495421543bddcefd0b8eedd6cbb13 (diff)
include security.h with lowercase s to work on cross-compiled mingw
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 79d4ffe25..9b3fcf7dd 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -193,7 +193,7 @@ typedef enum {
* or SECURITY_KERNEL, indicating who is compiling the code.
*/
#define SECURITY_WIN32 1
-#include <Security.h>
+#include <security.h>
#include <sspi.h>
#include <rpc.h>
#endif