1
0
Fork 0
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:
Pablo 2024-10-26 15:52:27 +02:00
parent ea89aaf475
commit 8eccba7846

View file

@ -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"