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/stdio/ferror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/ferror.c') diff --git a/src/stdio/ferror.c b/src/stdio/ferror.c index d4e014d4..66f76a67 100644 --- a/src/stdio/ferror.c +++ b/src/stdio/ferror.c @@ -1,5 +1,5 @@ #include -#include "../_assert.h" +#include "_assert.h" #include "_stdio.h" /** tests the file stream error indicator **/ -- cgit v1.2.1