Index: arch/win32/apr_private.h
===================================================================
RCS file: /home/cvspublic/apr/include/arch/win32/apr_private.h,v
retrieving revision 1.28
diff -u -r1.28 apr_private.h
--- arch/win32/apr_private.h	24 Nov 2001 16:59:09 -0000	1.28
+++ arch/win32/apr_private.h	28 Jan 2002 21:41:23 -0000
@@ -81,6 +81,7 @@
  * Avoid dragging in wtypes.h unless it's absolutely necessary [generally
  * not with APR itself, until some GUI-related security is introduced.]
  */
+#ifndef _WIN32_WCE
 #ifdef __wtypes_h__
 #include <accctrl.h>
 #else
@@ -88,11 +89,18 @@
 #include <accctrl.h>
 #undef __wtypes_h__
 #endif
+#endif
 
+#if APR_HAVE_SYS_TYPES_H
 #include <sys/types.h>
+#endif
+#if APR_HAVE_STDDEF_H
 #include <stddef.h>
+#endif
 #include <stdio.h>
+#if APR_HAVE_TIME_H
 #include <time.h>
+#endif
