summaryrefslogtreecommitdiff
path: root/src/ctype/ispunct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/ispunct.c')
-rw-r--r--src/ctype/ispunct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/ispunct.c b/src/ctype/ispunct.c
index e55dac2e..12d0cf16 100644
--- a/src/ctype/ispunct.c
+++ b/src/ctype/ispunct.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 punctuation **/