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