diff options
author | Andreas Jaeger <aj@suse.de> | 2000-07-21 12:59:48 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-07-21 12:59:48 +0000 |
commit | df8cc0755d316f5e057d0fa7a33dadb0ecc80d8a (patch) | |
tree | 298593462b3783177727883cc741ea40d59ae985 /libio | |
parent | cb5113c14551d5bc10412938fdc9072cb1005d11 (diff) | |
download | glibc-df8cc0755d316f5e057d0fa7a33dadb0ecc80d8a.tar.gz glibc-df8cc0755d316f5e057d0fa7a33dadb0ecc80d8a.tar.xz glibc-df8cc0755d316f5e057d0fa7a33dadb0ecc80d8a.zip |
Include <wchar.h> for prototype.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/fwide.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/fwide.c b/libio/fwide.c index a4d0e4708c..c749c5242a 100644 --- a/libio/fwide.c +++ b/libio/fwide.c @@ -25,6 +25,7 @@ #include <libioP.h> #include <stdio.h> +#include <wchar.h> int fwide (fp, mode) |