diff options
Diffstat (limited to 'src/wchar/wcscmp.c')
| -rw-r--r-- | src/wchar/wcscmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/wcscmp.c b/src/wchar/wcscmp.c index 67ef7432..25508509 100644 --- a/src/wchar/wcscmp.c +++ b/src/wchar/wcscmp.c @@ -1,5 +1,5 @@ #include <wchar.h> -#include "../_assert.h" +#include "_assert.h" int wcscmp(const wchar_t * s1, const wchar_t * s2) { |
