From 31b625df2bed7080ea2faecce0a309f9b176a6b6 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 18 Sep 2024 08:01:17 -0500 Subject: [PATCH] Fix winsock2 warning --- include/hamlib/rig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 8d96c44d8..eeebb5f81 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -43,8 +43,8 @@ // to stop warnings about including winsock2.h before windows.h #if defined(_WIN32) -#include #include +#include #include #else #include