From fb06e4a3c94ae17b73df6d3aecf2d18213aa183e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 26 Jun 2019 08:13:38 -0400 Subject: Modernize code Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input --- src/m4a.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/m4a.c') diff --git a/src/m4a.c b/src/m4a.c index 7b4441ca4..267a72657 100644 --- a/src/m4a.c +++ b/src/m4a.c @@ -1,3 +1,4 @@ +#include #include "gba/m4a_internal.h" extern const u8 gCgb3Vol[]; -- cgit v1.2.3