Include retro_miscellaneous.h inside config_file.c
This commit is contained in:
parent
0b95e3f2d7
commit
1f99ba21d8
|
@ -30,6 +30,7 @@
|
|||
#include <compat/posix_string.h>
|
||||
#include <compat/msvc.h>
|
||||
#include <file/file_path.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#if !defined(_WIN32) && !defined(__CELLOS_LV2__) && !defined(_XBOX)
|
||||
#include <sys/param.h> /* PATH_MAX */
|
||||
|
|
Loading…
Reference in New Issue