From owner-freebsd-emulation Sat Apr 29 16:34: 3 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 A5D3437BB54 for ; Sat, 29 Apr 2000 16:33:59 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.2] (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id BAA20970; Sun, 30 Apr 2000 01:33:49 +0200 (MET DST) Date: Sun, 30 Apr 2000 01:33:48 +0200 (CEST) From: Gerald Pfeifer To: Alexandre Julliard , Patrik Stridvall Cc: freebsd-emulation@freebsd.org Subject: PATCH: wine/dlls/wininet/ftp.c 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 This patch is required to compile current Wine on FreeBSD 3.4. #include before . In general I believe that, as soon as anything from is included, should come as the very first. (Do you agree, Patrik?) Gerald Index: ftp.c =================================================================== RCS file: /home/wine/wine/dlls/wininet/ftp.c,v retrieving revision 1.2 diff -c -3 -p -r1.2 ftp.c *** ftp.c 2000/04/15 20:44:22 1.2 --- ftp.c 2000/04/29 23:29:43 *************** *** 14,24 **** #include #include #include #ifdef HAVE_SYS_SOCKET_H # include #endif #include - #include #include #include "windows.h" --- 14,24 ---- #include #include #include + #include #ifdef HAVE_SYS_SOCKET_H # include #endif #include #include #include "windows.h" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message