Try to make including patchlevel.h a bit more
[p5sagit/p5-mst-13.2.git] / ext / Digest / MD5 / MD5.xs
index abc1748..b1f2a04 100644 (file)
@@ -44,7 +44,10 @@ extern "C" {
 }
 #endif
 
-#include "patchlevel.h"
+#include <patchlevel.h>
+#ifndef PERL_VERSION
+#    include <could_not_find_Perl_patchlevel.h>
+#endif
 #if PATCHLEVEL <= 4 && !defined(PL_dowarn)
    #define PL_dowarn dowarn
 #endif