diff options
-rw-r--r-- | ext/Storable/Storable.xs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index d3c0fab386..e5fc80aa94 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -20,6 +20,7 @@ #if !defined(PERL_VERSION) || PERL_VERSION < 8 #define NEED_load_module #define NEED_vload_module +#define NEED_newCONSTSUB #include "ppport.h" /* handle old perls */ #endif |