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