From f9a8317dd3b201c71dfb9d7d232868d8cbe40444 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Feb 2002 16:46:06 +0000 Subject: #include iconv.h is needed even when C_RPM is undefined --- perl-install/c/stuff.xs.pm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'perl-install') diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 5710e84e2..267ac880a 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -41,6 +41,10 @@ print ' #include #include +#include +#include +#include + #include #include #undef max_colors @@ -60,13 +64,6 @@ char *pcmcia_probe(void); '; $ENV{C_RPM} and print ' -#include -#include -#include - -#undef Fflush -#undef Mkdir -#undef Stat #include #include -- cgit v1.2.1