From 88a4dc27954a56bca826085d57df0603c055d4cf Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Sat, 12 Mar 2005 17:31:15 +0000 Subject: [PATCH] Swap and (needed for MingW). --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include +#include #include #endif