From 71b7e3c571ba29bd4e8f99c187286651ebd10d1a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 19 Mar 2011 00:33:39 +0100 Subject: iconv.c: make iconv use the XPG version of basename Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- utils/iconv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/iconv.c b/utils/iconv.c index 589c64cbd..04e2c32eb 100644 --- a/utils/iconv.c +++ b/utils/iconv.c @@ -98,11 +98,13 @@ * Manuel */ +/* keep libgen before string.h - and porting.h to use the + * XPG version of basename */ +#include #include "porting.h" #include #include #include -#include #include #include "wchar.c" /* for _UC_iconv_t and __iconv_codesets */ -- cgit v1.2.3