changeset 3410:bd88c3ae0fad

BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.
author Jim Meyering <jim@meyering.net>
date Fri, 31 Aug 2001 07:51:13 +0000
parents 51a608899c9d
children 1d862d9c4951
files lib/quotearg.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdio.h>
+# include <time.h>
+
 # include <wchar.h>
 #endif