diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-05-14 19:14:34 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-05-14 19:14:34 -0400 |
commit | 992fba2bc534e6ceaa69938baada1427e03d83e1 (patch) | |
tree | ec2bbdfcf0ddd7e779d40559325ecdecc913c83a /src/help_system.c | |
parent | ea01b132b26b5b129a8150f72388aba80a834384 (diff) |
Fix nonmatching build
Diffstat (limited to 'src/help_system.c')
-rw-r--r-- | src/help_system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/help_system.c b/src/help_system.c index 9c794f878..87fabbd09 100644 --- a/src/help_system.c +++ b/src/help_system.c @@ -5,6 +5,7 @@ #include "help_system.h" #include "list_menu.h" #include "strings.h" +#include "event_data.h" #include "constants/songs.h" extern u8 gGlyphInfo[]; |