summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-10 11:05:13 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-10 11:05:13 +0000
commite3321bb0a51658948df39ab78e5b59a5eb3da71c (patch)
treeff4ebf02573dd89994710dd89f927f8abd9e5560 /perl.c
parent1a505819a5b4ef1e8de31ef21c6ca7dafa3503dc (diff)
downloadperl-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index 3c3a629055..ed88bc3eb4 100644
--- a/perl.c
+++ b/perl.c
@@ -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