Forgot to include stdio.h since Win32 won't resolve it otherwise.

This commit is contained in:
Zachary Pierson
2017-03-21 19:30:54 -05:00
parent c61015b1fe
commit 7a28827602
2 changed files with 1 additions and 1 deletions

BIN
odin.exe Normal file

Binary file not shown.

View File

@@ -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) {