diff options
Diffstat (limited to 'src/stdio/fprintf.c')
| -rw-r--r-- | src/stdio/fprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fprintf.c b/src/stdio/fprintf.c index e6651076..40a2d42d 100644 --- a/src/stdio/fprintf.c +++ b/src/stdio/fprintf.c @@ -1,6 +1,6 @@ #include <stdio.h> #include "stdarg.h" -#include "nonstd/io.h" +#include "_stdio.h" /** write formatted output to a file stream **/ int fprintf(FILE * restrict stream, const char * restrict format, ...) |
