From fca80df9e638a7d68147d91cbffda95aed96ab5c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 23 Feb 2023 20:07:59 +0100 Subject: build: don't -Isrc/ in user code --- src/user/lib/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/lib/math.c') diff --git a/src/user/lib/math.c b/src/user/lib/math.c index bf7c039..4f8eda4 100644 --- a/src/user/lib/math.c +++ b/src/user/lib/math.c @@ -1,5 +1,5 @@ #include -#include +#include // TODO port a libm #pragma GCC diagnostic ignored "-Wunused-parameter" -- cgit v1.2.3