summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-15 11:54:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-15 11:54:08 +0000
commit4d8076ea25903dcb0d44fd52eda7914327bc8758 (patch)
tree23dc04c7a65e28ca86c919d2b978954705447da9 /perl.h
parent181ea953f5037d8eebef8af5f5ba67f9ff02a565 (diff)
downloadperl-4d8076ea25903dcb0d44fd52eda7914327bc8758.tar.gz
#include patchlevel.h by default, provide
PERL_{REVISION,VERSION,SUBVERSION} p4raw-id: //depot/perl@2943
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 0661558b8f..eaa2194f29 100644
--- a/perl.h
+++ b/perl.h
@@ -2795,4 +2795,7 @@ typedef struct am_table_short AMTS;
#endif /* IAMSUID */
+/* and finally... */
+#include "patchlevel.h"
+
#endif /* Include guard */