diff options
Diffstat (limited to 'ext/IO')
-rw-r--r-- | ext/IO/IO.xs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/IO/IO.xs b/ext/IO/IO.xs index eb18f0c478..e614cffabb 100644 --- a/ext/IO/IO.xs +++ b/ext/IO/IO.xs @@ -4,6 +4,7 @@ * modify it under the same terms as Perl itself. */ +#define PERL_NO_GET_CONTEXT #include "EXTERN.h" #define PERLIO_NOT_STDIO 1 #include "perl.h" |