From: Jim Meyering Date: Fri, 17 Mar 2000 19:34:16 +0000 (+0000) Subject: (): Include only #if HAVE_STRING_H. X-Git-Tag: SH-UTILS-2_0g~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00a6ef7e2e75238cc2c9ca469b73b64c45b30613;p=thirdparty%2Fcoreutils.git (): Include only #if HAVE_STRING_H. Otherwise, include --- diff --git a/lib/unicodeio.c b/lib/unicodeio.c index 148d64ea60..9948a4eb57 100644 --- a/lib/unicodeio.c +++ b/lib/unicodeio.c @@ -28,7 +28,11 @@ #endif #include -#include +#if HAVE_STRING_H +# include +#else +# include +#endif #include #ifndef errno