Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 40042 invoked by uid 500); 12 Oct 2002 05:28:18 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 40031 invoked from network); 12 Oct 2002 05:28:17 -0000 Date: 12 Oct 2002 05:28:16 -0000 Message-ID: <20021012052816.84783.qmail@icarus.apache.org> From: wrowe@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/file_io/win32 filestat.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2002/10/11 22:28:16 Modified: file_io/win32 filestat.c Log: Cannot tolerate this workaround, for reasons that will be apparent in a moment. Users encountering problems with the aclapi include will simply have to grab a more recent SDK. Revision Changes Path 1.69 +2 -2 apr/file_io/win32/filestat.c Index: filestat.c =================================================================== RCS file: /home/cvs/apr/file_io/win32/filestat.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- filestat.c 24 Apr 2002 04:17:44 -0000 1.68 +++ filestat.c 12 Oct 2002 05:28:16 -0000 1.69 @@ -52,10 +52,10 @@ * . */ -#include +#include "apr.h" #include #include "apr_private.h" -#include "win32/fileio.h" +#include "fileio.h" #include "apr_file_io.h" #include "apr_general.h" #include "apr_strings.h"