From 489bef2ace3c3c617f5bf78ded45a5b81fe2fd46 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 13 Aug 2020 13:48:50 -0400 Subject: add src/ to -I and exorcise ../ from #include --- src/ctype/iscntrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctype/iscntrl.c') diff --git a/src/ctype/iscntrl.c b/src/ctype/iscntrl.c index d90803e5..06046732 100644 --- a/src/ctype/iscntrl.c +++ b/src/ctype/iscntrl.c @@ -1,6 +1,6 @@ #include #include "limits.h" -#include "../_assert.h" +#include "_assert.h" #include "_ctype.h" /** test whether a character is a control character */ -- cgit v1.2.1