https://bugs.winehq.org/show_bug.cgi?id=52085 Michael Cronenworth <mike(a)cchtml.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike(a)cchtml.com --- Comment #3 from Michael Cronenworth <mike(a)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.