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