From e439fcd1e2090ff797b46c80c6264f08ea9e9cfb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 18 May 2024 14:42:35 -0400 Subject: Clean up imports a bit --- tomo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tomo.c') diff --git a/tomo.c b/tomo.c index 168b8027..c2a82d3a 100644 --- a/tomo.c +++ b/tomo.c @@ -318,7 +318,9 @@ int compile_executable(const char *filename, const char *object_files, module_co binding_t *main_binding = get_binding(module_code->env, "main"); CORD program = CORD_all( + "#include \n" "#include \n" + "#include \n" "#include \"", filename, ".h\"\n" "\n" "int main(int argc, char *argv[]) {\n" -- cgit v1.2.3