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 0c300a4a..1c4f5cf2 100644 --- a/src/wchar/wcscspn.c +++ b/src/wchar/wcscspn.c @@ -1,5 +1,5 @@ #include <wchar.h> -#include "nonstd/assert.h" +#include "../_assert.h" size_t wcscspn(const wchar_t * s1, const wchar_t * s2) { |
