From a36cc6491cf1e54d074f60eaebdc0ecc57cb5318 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Wed, 16 Nov 2016 13:14:42 +0100 Subject: [PATCH] Fixed compilation of XS modules by undefinig the "seed" macro redefined crazily by Perl. --- xs/src/xsinit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h index 83f37d4d75..59588791a6 100644 --- a/xs/src/xsinit.h +++ b/xs/src/xsinit.h @@ -26,6 +26,7 @@ #undef socketpair #undef recvfrom #undef sendto +#undef seed // these need to be included early for Win32 (listing it in Build.PL is not enough) #include