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