mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Prevent implicit declaration warning
This commit is contained in:
parent
bd4267dc59
commit
617e232850
1 changed files with 2 additions and 1 deletions
|
@ -13,8 +13,9 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <file/file_path.h>
|
||||
#include "file_ext.h"
|
||||
#include <file/dir_list.h>
|
||||
#include "../file_ext.h"
|
||||
#include "../file_ops.h"
|
||||
|
||||
#include "../menu/menu_driver.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue