summaryrefslogtreecommitdiff
path: root/src/wchar/wcsncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcsncmp.c')
-rw-r--r--src/wchar/wcsncmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/wcsncmp.c b/src/wchar/wcsncmp.c
index 06edf836..f5c56c28 100644
--- a/src/wchar/wcsncmp.c
+++ b/src/wchar/wcsncmp.c
@@ -1,5 +1,5 @@
#include <wchar.h>
-#include "../_assert.h"
+#include "_assert.h"
int wcsncmp(const wchar_t * s1, const wchar_t * s2, size_t n)
{