diff --git a/odin.exe b/odin.exe new file mode 100644 index 000000000..48f24a8bd Binary files /dev/null and b/odin.exe differ diff --git a/src/types.c b/src/types.c index 75510cf85..534f00f15 100644 --- a/src/types.c +++ b/src/types.c @@ -1035,7 +1035,7 @@ typedef enum ProcTypeOverloadKind { } ProcTypeOverloadKind; - +#include "stdio.h" bool has_encountered_null_proc_type = false; ProcTypeOverloadKind are_proc_types_overload_safe(Type *x, Type *y) { if(x == NULL && y == NULL) {