summaryrefslogtreecommitdiff
path: root/Doc/Manual/Perl5.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/Perl5.html')
-rw-r--r--Doc/Manual/Perl5.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Manual/Perl5.html b/Doc/Manual/Perl5.html
index 1dc8e7d2f..f77dc2f01 100644
--- a/Doc/Manual/Perl5.html
+++ b/Doc/Manual/Perl5.html
@@ -264,7 +264,7 @@ extern int fact(int);
%}
// Include code for rebuilding Perl
-%include perlmain.i
+%include <perlmain.i>
</pre></div>
<p>
@@ -1543,7 +1543,7 @@ example:
<div class="code">
<pre>
%module example
-%include typemaps.i
+%include "typemaps.i"
void add(int x, int y, int *REFERENCE);
</pre>