diff options
Diffstat (limited to 'src/wchar/fputwc.c')
-rw-r--r-- | src/wchar/fputwc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/fputwc.c b/src/wchar/fputwc.c index e7b9c503..803ccfdb 100644 --- a/src/wchar/fputwc.c +++ b/src/wchar/fputwc.c @@ -1,6 +1,6 @@ #include <wchar.h> #include "stdio.h" -#include "nonstd/io.h" +#include "../stdio/_stdio.h" #include "limits.h" #include "errno.h" |