From 921b86d6a1316585469fd0c1a2d876079925ec11 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 4 Mar 2020 03:15:22 -0500 Subject: fix path to _ctype.h --- src/ctype/isblank.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctype/isblank.c b/src/ctype/isblank.c index 38d42ff9..aed70f98 100644 --- a/src/ctype/isblank.c +++ b/src/ctype/isblank.c @@ -1,7 +1,7 @@ #include #include "limits.h" #include "locale.h" -#include "../_ctype.h" +#include "_ctype.h" #include "nonstd/assert.h" /** test whether a character is blank **/ -- cgit v1.2.1