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/inst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vm/inst.h') diff --git a/vm/inst.h b/vm/inst.h index 8902757..5882e4f 100644 --- a/vm/inst.h +++ b/vm/inst.h @@ -16,8 +16,8 @@ #include #include -#include "./base.h" -#include "./darr.h" +#include "../lib/base.h" +#include "../lib/darr.h" typedef enum { -- cgit v1.2.3-13-gbd6f