From owner-freebsd-emulation Thu Feb 3 4:43:51 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by builder.freebsd.org (Postfix) with ESMTP id CA7194337 for ; Thu, 3 Feb 2000 04:43:47 -0800 (PST) Received: from [128.130.111.10] (nunki [128.130.111.10]) by vexpert.dbai.tuwien.ac.at (8.9.1/8.9.1) with ESMTP id NAA01478; Thu, 3 Feb 2000 13:43:47 +0100 (MET) Date: Thu, 3 Feb 2000 13:43:46 +0100 (MET) From: Gerald Pfeifer To: Alexandre Julliard Cc: freebsd-emulation@freebsd.org Subject: Wine PATCH: server/context_i386.c on FreeBSD 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 Please consider the following patch, which is needed to avoid (some of the) build failures on FreeBSD 3.3. Gerald Index: context_i386.c =================================================================== RCS file: /home/wine/wine/server/context_i386.c,v retrieving revision 1.5 diff -c -3 -p -r1.5 context_i386.c *** context_i386.c 2000/01/30 22:22:23 1.5 --- context_i386.c 2000/02/03 13:27:10 *************** *** 13,21 **** #ifdef HAVE_SYS_REG_H #include #endif #include #include - #include #include "winbase.h" --- 13,22 ---- #ifdef HAVE_SYS_REG_H #include #endif + #include #include + #include #include #include "winbase.h" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message