diff options
Diffstat (limited to 'lib/libc/stdio/setbuf.c')
| -rw-r--r-- | lib/libc/stdio/setbuf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/setbuf.c b/lib/libc/stdio/setbuf.c index a1ef7b31..ddddf4ac 100644 --- a/lib/libc/stdio/setbuf.c +++ b/lib/libc/stdio/setbuf.c @@ -1,5 +1,4 @@ -#include <io.h> -#include <stdio.h> +#include <stdio.h> // for setvbuf, BUFSIZ, FILE, NULL, _IOFBF, _IONBF, setbuf void setbuf(FILE *restrict stream, char *restrict buf) { |
