From 1d28c9820f3435b458bc73712f6c5902715efaa7 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 21 Apr 2019 21:54:29 -0400 Subject: Payload is now independent of agbsdk Are you happy now @luckytyphlosion? Kappa --- berry_fix/payload/include/rtc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'berry_fix/payload/include/rtc.h') diff --git a/berry_fix/payload/include/rtc.h b/berry_fix/payload/include/rtc.h index 64a1f2295..35654d866 100644 --- a/berry_fix/payload/include/rtc.h +++ b/berry_fix/payload/include/rtc.h @@ -1,8 +1,8 @@ #ifndef GUARD_RTC_H #define GUARD_RTC_H -#include -#include +#include "gba/gba.h" +#include "siirtc.h" #include "global.h" extern struct Time gTimeSinceBerryUpdate; -- cgit v1.2.3