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