Update.
[platform/upstream/glibc.git] / stdio-common / putw.c
index c9d0d5d..5c88318 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 
 #include <stdio.h>
 
+#ifdef USE_IN_LIBIO
+# include <libio/iolibio.h>
+# define fwrite(p, n, m, s) _IO_fwrite (p, n, m, s)
+#endif
 
 /* Write the word (int) W to STREAM.  */
 int