diff options
Diffstat (limited to 'src/stdio/fputs.c')
| -rw-r--r-- | src/stdio/fputs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fputs.c b/src/stdio/fputs.c index b33d3b59..22ee7d28 100644 --- a/src/stdio/fputs.c +++ b/src/stdio/fputs.c @@ -1,5 +1,5 @@ #include <stdio.h> -#include "nonstd/io.h" +#include "_stdio.h" /** write a string to a file stream **/ int fputs(const char * restrict s, FILE * restrict stream) |
