From 58b01989b818b409f8e43e9ea907b703ffda7d3e Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 7 May 2023 07:34:21 -0500 Subject: [PATCH] Fix mingw build some more https://github.com/Hamlib/Hamlib/issues/695 --- src/multicast.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/multicast.h b/src/multicast.h index 131e39523..d00e876c8 100644 --- a/src/multicast.h +++ b/src/multicast.h @@ -5,7 +5,9 @@ //#include #include //#include +#ifdef HAVE_NETINET_IN_H #include +#endif #ifdef HAVE_ARPA_INET_H #include