From owner-freebsd-emulation Tue May 2 13:23:10 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from gate.leissner.se (gate.leissner.se [212.3.0.34]) by hub.freebsd.org (Postfix) with ESMTP id 5252137B541 for ; Tue, 2 May 2000 13:23:04 -0700 (PDT) (envelope-from ps@leissner.se) Received: (from uucp@localhost) by gate.leissner.se (8.8.8/8.8.8) id WAA13725; Tue, 2 May 2000 22:22:37 +0200 (CEST) Received: from hobbe.leissner.se(192.71.29.10) via SMTP by gate.leissner.se, id smtpdB13723; Tue May 2 22:22:31 2000 Received: by hobbe.leissner.se with Internet Mail Service (5.5.2232.9) id <2WS7LAH0>; Tue, 2 May 2000 22:22:32 +0200 Message-ID: From: Patrik Stridvall To: "'Gerald Pfeifer'" , Alexandre Julliard Cc: freebsd-emulation@freebsd.org Subject: RE: PATCH: wine/dlls/wininet/ftp.c Date: Tue, 2 May 2000 22:22:25 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [I am sorry for taking so long to answer. I didn't have time to look into it when I got the mail and then I forgot about it] > 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?) Yes. AFAIK the man pages of for at least some functions on some systems specifies that #include should be included first, so even though it is not nessary in most cases, I can't imagine any case that is hurt by it, so if there exists systems that really needs it we might as well always do it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message