Try to make including patchlevel.h a bit more
[p5sagit/p5-mst-13.2.git] / ext / Storable / Storable.xs
index 9c307a7..e59914a 100644 (file)
@@ -11,6 +11,9 @@
 #include <EXTERN.h>
 #include <perl.h>
 #include <patchlevel.h>                /* Perl's one, needed since 5.6 */
+#ifndef PERL_VERSION
+#    include <could_not_find_Perl_patchlevel.h>
+#endif
 #include <XSUB.h>
 
 #ifndef NETWARE