projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182f232
)
BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.
author
Jim Meyering
<jim@meyering.net>
Fri, 31 Aug 2001 07:51:13 +0000
(07:51 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 31 Aug 2001 07:51:13 +0000
(07:51 +0000)
lib/quotearg.c
patch
|
blob
|
history
diff --git
a/lib/quotearg.c
b/lib/quotearg.c
index 2a7ba4c445ba42b8aaf913e810c41ce8e5be8c18..9d4395977ed4adacd3334d87cd68de750b626a01 100644
(file)
--- 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