stoddard 01/01/29 09:10:22
Modified: file_io/win32 filestat.c
Log:
This fixes a funky compile problem for me.
Revision Changes Path
1.44 +1 -1 apr/file_io/win32/filestat.c
Index: filestat.c
===================================================================
RCS file: /home/cvs/apr/file_io/win32/filestat.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- filestat.c 2001/01/29 06:21:40 1.43
+++ filestat.c 2001/01/29 17:10:19 1.44
@@ -52,6 +52,7 @@
* <http://www.apache.org/>.
*/
+#include <aclapi.h>
#include "apr_private.h"
#include "win32/fileio.h"
#include "apr_file_io.h"
@@ -62,7 +63,6 @@
#include <sys/stat.h>
#include "atime.h"
#include "misc.h"
-#include <aclapi.h>
static apr_status_t free_localheap(void *heap) {
LocalFree(heap);