summaryrefslogtreecommitdiff
path: root/src/wctype/iswlower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wctype/iswlower.c')
-rw-r--r--src/wctype/iswlower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/iswlower.c b/src/wctype/iswlower.c
index 739c36e8..5bd19e2e 100644
--- a/src/wctype/iswlower.c
+++ b/src/wctype/iswlower.c
@@ -1,6 +1,6 @@
#include <wctype.h>
#include "wchar.h"
-#include "nonstd/assert.h"
+#include "../_assert.h"
/** test whether a character is a lowercase letter **/
int iswlower(wint_t wc)