diff options
Diffstat (limited to 'stdio-common/getw.c')
-rw-r--r-- | stdio-common/getw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/getw.c b/stdio-common/getw.c index 03da6c3..0305cbd 100644 --- a/stdio-common/getw.c +++ b/stdio-common/getw.c @@ -19,6 +19,7 @@ #include <stdio.h> #ifdef USE_IN_LIBIO +# include <libio/iolibio.h> # define fread(p, m, n, s) _IO_fread (p, m, n, s) #endif |