diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-14 00:01:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-14 00:01:30 +0000 |
commit | 34865ffb4a9504139e751a8e36da26aa5683c8c6 (patch) | |
tree | 8e908c56788d7f276e00afd58f6c2e30bbff21d4 /lib | |
parent | 62970da6752495421543bddcefd0b8eedd6cbb13 (diff) |
include security.h with lowercase s to work on cross-compiled mingw
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 2 |
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 |