Skip to content

Commit ebe8576

Browse files
committed
feat: Introduce stdlib_core for central standard library module and native function registration.
1 parent d77a453 commit ebe8576

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/stdlib/stdlib_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "../include/common.h"
1414
#include "../include/vm.h"
1515
#include "../include/object.h"
16+
#include "../include/memory.h"
1617

1718
// Forward declarations for module creators
1819
ObjModule* create_std_io_module();

0 commit comments

Comments
 (0)