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