Adds missing include in intro_frlg.c (#9483)

This commit is contained in:
grintoul 2026-03-09 10:13:45 +00:00 committed by GitHub
parent 2fb242d041
commit 9b89ffa6f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
#include "load_save.h" #include "load_save.h"
#include "m4a.h" #include "m4a.h"
#include "main.h" #include "main.h"
#include "intro_frlg.h"
#include "malloc.h" #include "malloc.h"
#include "menu.h" #include "menu.h"
#include "new_game.h" #include "new_game.h"