Include retro_miscellaneous.h inside config_file.c

This commit is contained in:
twinaphex 2014-10-22 03:52:24 +02:00
parent 0b95e3f2d7
commit 1f99ba21d8

View File

@ -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 */