[asperl] added AS patch#3
[p5sagit/p5-mst-13.2.git] / XSUB.h
diff --git a/XSUB.h b/XSUB.h
index 10aed07..73c76b1 100644 (file)
--- a/XSUB.h
+++ b/XSUB.h
@@ -76,4 +76,9 @@
 
 #ifdef PERL_OBJECT
 #include "ObjXSub.h"
-#endif
\ No newline at end of file
+#ifndef NO_XSLOCKS
+#ifdef WIN32
+#include "XSLock.h"
+#endif  /* WIN32 */
+#endif  /* NO_XSLOCKS */
+#endif /* PERL_OBJECT */