diff options
Diffstat (limited to 'src/wchar/wscanf_s.c')
-rw-r--r-- | src/wchar/wscanf_s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/wscanf_s.c b/src/wchar/wscanf_s.c index 0359b546..8850d06f 100644 --- a/src/wchar/wscanf_s.c +++ b/src/wchar/wscanf_s.c @@ -1,4 +1,4 @@ -#include "wchar.h" +#include <wchar.h> int wscanf_s(const wchar_t * restrict format, ...) { |