diff options
Diffstat (limited to 'stdio-common/putw.c')
-rw-r--r-- | stdio-common/putw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/putw.c b/stdio-common/putw.c index 31cc00f..5c88318 100644 --- a/stdio-common/putw.c +++ b/stdio-common/putw.c @@ -19,6 +19,7 @@ #include <stdio.h> #ifdef USE_IN_LIBIO +# include <libio/iolibio.h> # define fwrite(p, n, m, s) _IO_fwrite (p, n, m, s) #endif |