summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/os/timerintr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ultralib/src/os/timerintr.c')
-rw-r--r--lib/ultralib/src/os/timerintr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ultralib/src/os/timerintr.c b/lib/ultralib/src/os/timerintr.c
index 10dae50..fe92602 100644
--- a/lib/ultralib/src/os/timerintr.c
+++ b/lib/ultralib/src/os/timerintr.c
@@ -1,6 +1,6 @@
-#include "macros.h"
+#include "PRinternal/macros.h"
#include "PR/os_internal.h"
-#include "osint.h"
+#include "PRinternal/osint.h"
OSTime __osCurrentTime;
u32 __osBaseCounter;
@@ -10,7 +10,7 @@ OSTimer __osBaseTimer;
OSTimer* __osTimerList = &__osBaseTimer;
#ifndef _FINALROM
-OSMesgQueue __osProfTimerQ ALIGNED(8);
+OSMesgQueue __osProfTimerQ ALIGNED(0x8);
OSProf* __osProfileList;
OSProf* __osProfileListEnd;
u32 __osProfileOverflowBin;