diff options
Diffstat (limited to 'src/wchar/fwprintf.c')
| -rw-r--r-- | src/wchar/fwprintf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wchar/fwprintf.c b/src/wchar/fwprintf.c index 540405f9..308f4fa0 100644 --- a/src/wchar/fwprintf.c +++ b/src/wchar/fwprintf.c @@ -1,6 +1,6 @@ #include <wchar.h> -#include "stdio.h" -#include "stdarg.h" +#include <stdio.h> +#include <stdarg.h> int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...) { |
