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/string/strcoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string/strcoll.c') diff --git a/src/string/strcoll.c b/src/string/strcoll.c index afdf868e..a6a44e8d 100644 --- a/src/string/strcoll.c +++ b/src/string/strcoll.c @@ -1,6 +1,6 @@ #include #include "stdlib.h" -#include "../_assert.h" +#include "_assert.h" /** collate strings **/ int strcoll(const char *s1, const char *s2) -- cgit v1.2.1