summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2006-05-09 19:09:43 +0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-09 15:23:55 +0000
commitb0f06652c4d78a8d14a47a5cacbc9268b0fe80d9 (patch)
tree1aefe7dc710ce8907c82cdfa772660ac6cd638db /perlio.c
parentb370a9ebc46b2b864a476024e2983e24bd946f7b (diff)
downloadperl-b0f06652c4d78a8d14a47a5cacbc9268b0fe80d9.tar.gz
wince crosscompile patch for 28132
Message-ID: <44607877.90603@vkonovalov.ru> p4raw-id: //depot/perl@28140
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/perlio.c b/perlio.c
index 6efc7cd853..288159c188 100644
--- a/perlio.c
+++ b/perlio.c
@@ -30,7 +30,11 @@
#ifdef PERL_MICRO
# include "uconfig.h"
#else
-# include "config.h"
+# ifndef USE_CROSS_COMPILE
+# include "config.h"
+# else
+# include "xconfig.h"
+# endif
#endif
#define PERLIO_NOT_STDIO 0