diff options
Diffstat (limited to 'src/ctype/isblank.c')
-rw-r--r-- | src/ctype/isblank.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/isblank.c b/src/ctype/isblank.c index aed70f98..d22d2315 100644 --- a/src/ctype/isblank.c +++ b/src/ctype/isblank.c @@ -2,7 +2,7 @@ #include "limits.h" #include "locale.h" #include "_ctype.h" -#include "nonstd/assert.h" +#include "../_assert.h" /** test whether a character is blank **/ |