From 204e4bd19c62a7f1030333ec646d776abbbb7917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Mar 2026 14:13:01 +0100 Subject: New upstream version 3.2.2 --- util/isol.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'util/isol.c') diff --git a/util/isol.c b/util/isol.c index 447945b..a65fbc2 100644 --- a/util/isol.c +++ b/util/isol.c @@ -19,6 +19,7 @@ * 05/24/07 Andy Cress - Fix Enter key confusion in BIOS Setup (use CR+LF) * 06/15/07 Andy Cress - More fixes to Windows translation (fUseWinCon) * 08/20/07 Andy Cress - moved Windows translation to isolwin.c + * 01/31/26 Andy Cress - added WIN32_LEAN_AND_MEAN * See ChangeLog for further changes * * NOTE: There are a few other options for Serial-Over-LAN console @@ -73,10 +74,15 @@ int i_sol(int argc, char **argv) /* All other OSs: Linux, Windows, Solaris, BSD */ #ifdef WIN32 +#define WIN32_LEAN_AND_MEAN +#ifdef HAVE_IPV6 +#include +#else +#include +#endif #include #include #include -#include #include #include "getopt.h" #else -- cgit v1.2.3