mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-29 03:34:07 +00:00
Fix missing include in main.c
This commit is contained in:
parent
ea89aaf475
commit
8eccba7846
1 changed files with 1 additions and 1 deletions
|
@ -15,9 +15,9 @@ extern struct IrqMgr gIrqMgr;
|
|||
#include "global.h"
|
||||
#include "fault.h"
|
||||
#include "segmented_address.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "stack.h"
|
||||
#include "terminal.h"
|
||||
#include "versions.h"
|
||||
#if PLATFORM_N64
|
||||
#include "cic6105.h"
|
||||
#include "n64dd.h"
|
||||
|
|
Loading…
Reference in a new issue