wrowe 01/11/21 10:08:48
Modified: include/arch/win32 apr_private.h
Log:
Add an obscure include required for certain misc.h functions on win32.
Revision Changes Path
1.27 +4 -0 apr/include/arch/win32/apr_private.h
Index: apr_private.h
===================================================================
RCS file: /home/cvs/apr/include/arch/win32/apr_private.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- apr_private.h 2001/10/08 23:09:09 1.26
+++ apr_private.h 2001/11/21 18:08:47 1.27
@@ -77,6 +77,10 @@
#define SW_HIDE 0
#endif
+/* For the misc.h late-loaded dynamic symbols, we need some obscure types
+ */
+#include <accctrl.h>
+
#include <sys/types.h>
#include <stddef.h>
#include <stdio.h>