From f03e0bcb77cfe12ced646ea00d0b3125a5a724ab Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Mon, 2 Jan 2023 21:30:42 -0800 Subject: [PATCH] simplifying an example module, to try to diagnose the mac build error. --- runtime/sample.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runtime/sample.c b/runtime/sample.c index c45eaa5..c7c18b1 100644 --- a/runtime/sample.c +++ b/runtime/sample.c @@ -1,6 +1,4 @@ -#include - -void print(char *variable_name, uint64_t value); +extern void print(char *variable_name, unsigned long long value); void gogogo() { print("x", 4);