mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add HAVE_CONFNIG_H - task_save.c
This commit is contained in:
parent
1d53bbe110
commit
1e5d4198de
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
#include <rthreads/rthreads.h>
|
||||
#include <file/file_path.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../core.h"
|
||||
#endif
|
||||
|
||||
#include "../core.h"
|
||||
#include "../file_path_special.h"
|
||||
#include "../configuration.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue