diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-07-06 17:12:00 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-06 17:12:00 -0600 |
| commit | 4491c025a5e22624caa7dac3faf802de395db17a (patch) | |
| tree | bd512a684e66a89427b003e069f04dcd60f95d9d /src | |
| parent | ce50ce330e0f546d9695d3867e3fe6a01ad6c0b9 (diff) | |
Update race_logic.c (#430)
Diffstat (limited to 'src')
| -rw-r--r-- | src/racing/race_logic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/racing/race_logic.c b/src/racing/race_logic.c index 4957c4ade..01ff292a5 100644 --- a/src/racing/race_logic.c +++ b/src/racing/race_logic.c @@ -1,4 +1,5 @@ #include <libultraship.h> +#include <stdio.h> #include <macros.h> #include <mk64.h> #include <common_structs.h> |
