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) {