Builds and passes all tests with gcc on Win32 - phew!
[p5sagit/p5-mst-13.2.git] / cv.h
diff --git a/cv.h b/cv.h
index d5ffdc2..0eeedfd 100644 (file)
--- a/cv.h
+++ b/cv.h
@@ -30,7 +30,7 @@ struct xpvcv {
     CV *       xcv_outside;
 #ifdef USE_THREADS
     perl_mutex *xcv_mutexp;
-    struct thread *xcv_owner;  /* current owner thread */
+    struct perl_thread *xcv_owner;     /* current owner thread */
 #endif /* USE_THREADS */
     cv_flags_t xcv_flags;
 };