From b1828eec81d76ea537c5c48fc2de319082856572 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 Aug 2001 07:51:13 +0000 Subject: [PATCH] BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared. --- lib/quotearg.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/quotearg.c b/lib/quotearg.c index 2a7ba4c..9d43959 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 -- 2.7.4