wrowe 02/01/28 23:30:50
Modified: include/arch/win32 atime.h
Log:
Submitted by Mladen Turk <[EMAIL PROTECTED]>, one last bit of WinCE
goodness for this evening.
Revision Changes Path
1.12 +2 -0 apr/include/arch/win32/atime.h
Index: atime.h
===================================================================
RCS file: /home/cvs/apr/include/arch/win32/atime.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- atime.h 2 Apr 2001 21:54:01 -0000 1.11
+++ atime.h 29 Jan 2002 07:30:50 -0000 1.12
@@ -57,7 +57,9 @@
#include "apr_private.h"
#include "apr_time.h"
+#if APR_HAVE_TIME_H
#include <time.h>
+#endif
struct atime_t {
apr_pool_t *cntxt;