summaryrefslogtreecommitdiff
path: root/src/code/irqmgr.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-23 19:31:49 -0400
committerGitHub <noreply@github.com>2025-04-23 19:31:49 -0400
commitde59ad3db71a7e1d0134fa8be0c047c4cb1efacd (patch)
tree687a4e8c76366dcc2bca16cb159c9c64400ecaaa /src/code/irqmgr.c
parent680ba667c71fb3df952345527726be20a9b40c93 (diff)
macros.h 1/?: `PRINTF` and `T` (#2509)
* create printf and translation headers * non-overlays complete * printf finished * move T macro * edit comment * fix error * fix bss * remove is_64 * fix bss
Diffstat (limited to 'src/code/irqmgr.c')
-rw-r--r--src/code/irqmgr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/irqmgr.c b/src/code/irqmgr.c
index d741612e2..2915e1c83 100644
--- a/src/code/irqmgr.c
+++ b/src/code/irqmgr.c
@@ -34,8 +34,10 @@
*/
#include "libu64/debug.h"
#include "irqmgr.h"
+#include "printf.h"
#include "stackcheck.h"
#include "terminal.h"
+#include "translation.h"
#include "versions.h"
#include "z64thread.h"