From 580fbeed599a7d1df17c5534f881db31316aaf68 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 8 Jan 2023 13:00:29 +0000 Subject: [PATCH] Updated Toy --- Toy | 2 +- core/lib_standard.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Toy b/Toy index c1625c5..08b400d 160000 --- a/Toy +++ b/Toy @@ -1 +1 @@ -Subproject commit c1625c53f4fc6da63754d24a0c4b0888b8f6327b +Subproject commit 08b400debf6d06783fdbab85a1cd270d6667c781 diff --git a/core/lib_standard.c b/core/lib_standard.c index 52f339e..3224e37 100644 --- a/core/lib_standard.c +++ b/core/lib_standard.c @@ -1,9 +1,8 @@ #include "lib_standard.h" +#include "toy_common.h" #include "memory.h" -#include - static int nativeClock(Interpreter* interpreter, LiteralArray* arguments) { //no arguments if (arguments->count != 0) {