diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-23 11:14:16 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-23 11:14:16 +0000 |
commit | d5f635529a4dfe62b5ef565135b6f506040a66b0 (patch) | |
tree | b66b2aa7422304b491d1f9c21986dd3f57cd017d /libc/misc/wchar/wchar.c | |
parent | 9535cbf18c6b4415dc35c220ca4cca15eba5dc1b (diff) |
select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist
Diffstat (limited to 'libc/misc/wchar/wchar.c')
-rw-r--r-- | libc/misc/wchar/wchar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c index 64bab37e0..32ad41ee6 100644 --- a/libc/misc/wchar/wchar.c +++ b/libc/misc/wchar/wchar.c @@ -1191,6 +1191,7 @@ typedef struct { #include <iconv.h> #include <string.h> +#include <strings.h> #include <endian.h> #include <byteswap.h> |