From 5809029cb1fddf12726ab6aa557610234358e940 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 11 Dec 2023 21:53:59 +0000 Subject: windows: minor compat header fixes - posix_win.c: use `snprintf` as-is with _MSC_VER >= 1900 - stdio.h: include socket header before windows.h - pthread.h: delete exec permission from source file --- crypto/compat/posix_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/compat/posix_win.c b/crypto/compat/posix_win.c index b3a4687..c7cf6af 100644 --- a/crypto/compat/posix_win.c +++ b/crypto/compat/posix_win.c @@ -9,8 +9,8 @@ #define NO_REDEF_POSIX_FUNCTIONS -#include #include +#include #include #include -- cgit v1.2.3-55-g6feb