diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-31 11:31:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-31 11:31:12 +0000 |
commit | 0f4592effc29e9b2deb638f6f7e6129ffa8326e3 (patch) | |
tree | b8fbcd67d7fe6fa236b040cfcc37fb9feda19ef5 /ext/Data | |
parent | e8c20960f1361f5ece79a169ec3ac2d3421a8427 (diff) | |
download | perl-0f4592effc29e9b2deb638f6f7e6129ffa8326e3.tar.gz |
bump patchlevel; other minor fixes for clean build and test on
Solaris and win32
p4raw-id: //depot/perl@2163
Diffstat (limited to 'ext/Data')
-rw-r--r-- | ext/Data/Dumper/Dumper.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Data/Dumper/Dumper.xs b/ext/Data/Dumper/Dumper.xs index 56f9ac5bd5..a3da110453 100644 --- a/ext/Data/Dumper/Dumper.xs +++ b/ext/Data/Dumper/Dumper.xs @@ -2,6 +2,8 @@ #include "perl.h" #include "XSUB.h" +#include "patchlevel.h" + #if PATCHLEVEL < 5 # ifndef PL_sv_undef # define PL_sv_undef sv_undef |