summaryrefslogtreecommitdiff
path: root/src/wchar/wmemchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wmemchr.c')
-rw-r--r--src/wchar/wmemchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/wmemchr.c b/src/wchar/wmemchr.c
index b6d9ac7b..28ad085d 100644
--- a/src/wchar/wmemchr.c
+++ b/src/wchar/wmemchr.c
@@ -1,5 +1,5 @@
#include <wchar.h>
-#include "nonstd/assert.h"
+#include "../_assert.h"
wchar_t * wmemchr(const wchar_t * s, wchar_t c, size_t n)
{