From: Jim Meyering Date: Fri, 31 Aug 2001 07:51:13 +0000 (+0000) Subject: BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared. X-Git-Tag: TEXTUTILS-2_0_15~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1828eec81d76ea537c5c48fc2de319082856572;p=thirdparty%2Fcoreutils.git BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared. --- diff --git a/lib/quotearg.c b/lib/quotearg.c index 2a7ba4c445..9d4395977e 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -63,6 +63,11 @@ #endif #if HAVE_WCHAR_H + +/* BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared. */ +# include +# include + # include #endif