From owner-freebsd-emulation Fri May 5 3:27:32 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id F01AE37B5C5 for ; Fri, 5 May 2000 03:27:28 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.10] (nunki [128.130.111.10]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id MAA19766; Fri, 5 May 2000 12:27:15 +0200 (MET DST) Date: Fri, 5 May 2000 12:27:14 +0200 (MET DST) From: Gerald Pfeifer To: Alexandre Julliard Cc: freebsd-emulation@freebsd.org Subject: Wine PATCH: include/winsock.h Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Suggested ChangeLog: Improve portability by #including before . Soloris 2.6 and probably Linux as well do that #include from within netinet/in.h, but on FreeBSD 3.4, for example, this is not the case. With this patch, current Wine CVS sources finally build on FreeBSD 3.4 without problems again. Gerald Index: winsock.h =================================================================== RCS file: /home/wine/wine/include/winsock.h,v retrieving revision 1.24 diff -c -3 -p -r1.24 winsock.h *** winsock.h 2000/05/03 18:08:27 1.24 --- winsock.h 2000/05/05 10:22:51 *************** *** 13,18 **** --- 13,19 ---- #undef FSHIFT #undef PAGESIZE #undef TRANSPARENT + #include #include #undef FSHIFT #undef PAGESIZE Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message