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