stoddard 01/11/26 21:22:34
Modified: locks/win32 locks.c
Log:
Fix compile error introduced by the previous commit to this file.
Need to include misc.h to prevent undefined variable errors for apr_os_level
and APR_WIN_2000.
Revision Changes Path
1.47 +1 -0 apr/locks/win32/locks.c
Index: locks.c
===================================================================
RCS file: /home/cvs/apr/locks/win32/locks.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- locks.c 2001/11/27 04:43:43 1.46
+++ locks.c 2001/11/27 05:22:34 1.47
@@ -58,6 +58,7 @@
#include "apr_strings.h"
#include "win32/locks.h"
#include "apr_portable.h"
+#include "misc.h"
static apr_status_t lock_cleanup(void *lock_)
{