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: cvs-readonly~5763 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3e3c792537a8c29e57b2bbf4c89de574e758bb24;p=gnulib.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 2a7ba4c44..9d4395977 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