diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-09-27 11:34:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 11:34:55 -0400 |
commit | 301822603ea19ee69b9bd64b266e51a8ed9b7c04 (patch) | |
tree | e449cf9dddb0e371f1bc73f1d534d6c4e615305c /src/pokemon_summary_screen.c | |
parent | 3d9bad5558c6ef8828be7a50e3e553d55ca877e0 (diff) | |
parent | ab139bf2542971c085f05617aa4cedbe7ae859dd (diff) |
Merge pull request #802 from PikalaxALT/gflib
Gflib and libagbsyscall
Diffstat (limited to 'src/pokemon_summary_screen.c')
-rw-r--r-- | src/pokemon_summary_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c index 8697c557f..5908f8bba 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -20,7 +20,7 @@ #include "item.h" #include "link.h" #include "m4a.h" -#include "alloc.h" +#include "malloc.h" #include "menu.h" #include "menu_helpers.h" #include "mon_markings.h" |