summaryrefslogtreecommitdiff
path: root/src/ctype/iscntrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/iscntrl.c')
-rw-r--r--src/ctype/iscntrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/iscntrl.c b/src/ctype/iscntrl.c
index 679d3d24..ef28ff20 100644
--- a/src/ctype/iscntrl.c
+++ b/src/ctype/iscntrl.c
@@ -1,6 +1,6 @@
#include <ctype.h>
#include "limits.h"
-#include "nonstd/assert.h"
+#include "../_assert.h"
#include "_ctype.h"
/** test whether a character is a control character */