diff options
-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 4540f05c8..79d4ffe25 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -193,8 +193,8 @@ typedef enum { * or SECURITY_KERNEL, indicating who is compiling the code. */ #define SECURITY_WIN32 1 -#include <sspi.h> #include <Security.h> +#include <sspi.h> #include <rpc.h> #endif |