From: Jim Meyering Date: Fri, 17 Mar 2000 19:34:16 +0000 (+0000) Subject: (): Include only #if HAVE_STRING_H. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df0c912c7a316dfb8e9de696fd4953a35ec74868;p=pspp (): 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