From 5d800d43668360b5752277108247fdd5c5069301 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 31 Oct 2023 21:14:14 +0000 Subject: Moved inst module to lib As it has no dependencies on vm specifically, and it's more necessary for any vendors who wish to target the virtual machine, it makes more sense for inst to be a lib module rather than a vm module. --- examples/fib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/fib.c') diff --git a/examples/fib.c b/examples/fib.c index e6982b7..aceab48 100644 --- a/examples/fib.c +++ b/examples/fib.c @@ -16,7 +16,7 @@ #include #include -#include +#include #include int main(void) -- cgit v1.2.3-13-gbd6f