From 9bc95a0c307e7614cc3d10671d6c1c90c3ac0a9f Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Wed, 27 Nov 2024 12:56:02 +0100 Subject: Fix compilation on MSVC --- common/userpref.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'common') diff --git a/common/userpref.c b/common/userpref.c index 9c2c563..08ab7e2 100644 --- a/common/userpref.c +++ b/common/userpref.c @@ -29,13 +29,18 @@ #include #include #include +#include + #ifdef HAVE_SYS_TYPES_H #include #endif +#include #ifndef _WIN32 #include -#endif #include +#include +#include +#endif #include #if defined(HAVE_OPENSSL) #include @@ -64,11 +69,6 @@ #error No supported TLS/SSL library enabled #endif -#include -#include -#include -#include - #ifdef _WIN32 #include #endif -- cgit v1.1-32-gdbae