summaryrefslogtreecommitdiff
path: root/ext/Encode/Encode.xs
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-10-26 14:15:55 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-10-26 14:15:55 +0000
commit94b898283c35ddc92812a8e8be637f54c8c0989e (patch)
treedb53901bc492b49f24fc3557268b58a93791440e /ext/Encode/Encode.xs
parentc4051cc5dfb167f01d02a988561fb93023e83cac (diff)
downloadperl-94b898283c35ddc92812a8e8be637f54c8c0989e.tar.gz
change#12065 seems to have broken Encode build on windows; fix
p4raw-link: @12065 on //depot/perl: 6275698708d25f5dab8a4495910263deacde43b5 p4raw-id: //depot/perl@12690
Diffstat (limited to 'ext/Encode/Encode.xs')
-rw-r--r--ext/Encode/Encode.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Encode/Encode.xs b/ext/Encode/Encode.xs
index 87e8913f2f..299af4471f 100644
--- a/ext/Encode/Encode.xs
+++ b/ext/Encode/Encode.xs
@@ -5,7 +5,7 @@
#include "XSUB.h"
#define U8 U8
#include "encode.h"
-#include "iso8859.h"
+#include "8859.h"
#include "EBCDIC.h"
#include "Symbols.h"
@@ -661,7 +661,7 @@ BOOT:
#if defined(USE_PERLIO) && !defined(USE_SFIO)
PerlIO_define_layer(aTHX_ &PerlIO_encode);
#endif
-#include "iso8859.def"
+#include "8859.def"
#include "EBCDIC.def"
#include "Symbols.def"
}