From ac57e32a0222a3f18e138f0a358d1d01921be3a0 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 23 Oct 2023 04:24:28 +0100 Subject: Added lib folder for general stuff, introduced as target to Makefile --- vm/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/runtime.h') diff --git a/vm/runtime.h b/vm/runtime.h index 83ffa17..03cd21f 100644 --- a/vm/runtime.h +++ b/vm/runtime.h @@ -16,7 +16,7 @@ #include #include -#include "./base.h" +#include "../lib/base.h" #include "./inst.h" typedef enum -- cgit v1.2.3-13-gbd6f