aboutsummaryrefslogtreecommitdiff
path: root/vm/runtime.h
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-10-23 04:24:28 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-10-23 04:25:48 +0100
commitac57e32a0222a3f18e138f0a358d1d01921be3a0 (patch)
treeb688af5abcfc48e08c7eba61f7f24623c536e931 /vm/runtime.h
parentaa4a3b86143250ff958ca66e77d6097aff8d42a1 (diff)
downloadovm-ac57e32a0222a3f18e138f0a358d1d01921be3a0.tar.gz
ovm-ac57e32a0222a3f18e138f0a358d1d01921be3a0.tar.bz2
ovm-ac57e32a0222a3f18e138f0a358d1d01921be3a0.zip
Added lib folder for general stuff, introduced as target to Makefile
Diffstat (limited to 'vm/runtime.h')
-rw-r--r--vm/runtime.h2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
-#include "./base.h"
+#include "../lib/base.h"
#include "./inst.h"
typedef enum