BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.
authorJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 07:51:13 +0000 (07:51 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 07:51:13 +0000 (07:51 +0000)
lib/quotearg.c

index 2a7ba4c..9d43959 100644 (file)
 #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