[Bug 52085] wine-gecko fails to build with 'storage size of mreq isn't known' on Fedora 35 with gcc11

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 24 18:01:20 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=52085

Michael Cronenworth <mike at cchtml.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike at cchtml.com

--- Comment #3 from Michael Cronenworth <mike at cchtml.com> ---
It's a one-liner fix to include netinet/in.h.

--- a/nsprpub/pr/src/io/prmapopt.c    2020-11-30 06:47:56.000000000 -0600
+++ b/nsprpub/pr/src/io/prmapopt.c    2022-01-24 17:47:10.013250910 -0600
@@ -33,6 +33,8 @@

 #include "primpl.h"

+#include <netinet/in.h>
+
 #ifdef HAVE_NETINET_TCP_H
 #include <netinet/tcp.h>  /* TCP_NODELAY, TCP_MAXSEG */
 #endif

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list