diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-10 11:05:13 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-10 11:05:13 +0000 |
commit | e3321bb0a51658948df39ab78e5b59a5eb3da71c (patch) | |
tree | ff4ebf02573dd89994710dd89f927f8abd9e5560 /perl.c | |
parent | 1a505819a5b4ef1e8de31ef21c6ca7dafa3503dc (diff) | |
download | perl-e3321bb0a51658948df39ab78e5b59a5eb3da71c.tar.gz |
avoid leaking static local_patches unless patchlevel.h is
explicitly included
p4raw-id: //depot/perl@4119
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ #include "EXTERN.h" #define PERL_IN_PERL_C #include "perl.h" +#include "patchlevel.h" /* for local_patches */ /* XXX If this causes problems, set i_unistd=undef in the hint file. */ #ifdef I_UNISTD |