diff options
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c index bee0e5e88..ec7ff2ce2 100644 --- a/src/mail.c +++ b/src/mail.c @@ -1,5 +1,6 @@ #include "global.h" #include "mail.h" +#include "constants/items.h" #include "main.h" #include "overworld.h" #include "task.h" @@ -15,7 +16,7 @@ #include "gpu_regs.h" #include "bg.h" #include "pokemon_icon.h" -#include "species.h" +#include "constants/species.h" #include "malloc.h" #include "easy_chat.h" |