about summary refs log tree commit diff
path: root/libio/fwide.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-07-21 12:59:48 +0000
committerAndreas Jaeger <aj@suse.de>2000-07-21 12:59:48 +0000
commitdf8cc0755d316f5e057d0fa7a33dadb0ecc80d8a (patch)
tree298593462b3783177727883cc741ea40d59ae985 /libio/fwide.c
parentcb5113c14551d5bc10412938fdc9072cb1005d11 (diff)
downloadglibc-df8cc0755d316f5e057d0fa7a33dadb0ecc80d8a.tar.gz
glibc-df8cc0755d316f5e057d0fa7a33dadb0ecc80d8a.tar.xz
glibc-df8cc0755d316f5e057d0fa7a33dadb0ecc80d8a.zip
Include <wchar.h> for prototype.
Diffstat (limited to 'libio/fwide.c')
-rw-r--r--libio/fwide.c1
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)