From b23fc484036e2c492b048a5701ae0b8a93d422ae Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 16 Feb 2021 15:31:55 -0600 Subject: The changes I needed to get it to build --- src/import.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/import.c') diff --git a/src/import.c b/src/import.c index d461007..59ea07e 100644 --- a/src/import.c +++ b/src/import.c @@ -167,6 +167,8 @@ load_module(name) return m; } +static int init_builtin(char *name); + object * import_module(name) char *name; -- cgit v1.2.3