mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
(3DS) build fix.
This commit is contained in:
parent
69368fbf34
commit
ffbd1e838a
@ -16,6 +16,7 @@
|
||||
#include <3ds.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#include "../audio_driver.h"
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <boolean.h>
|
||||
#include <libretro.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "../input_joypad_driver.h"
|
||||
#include "../input_driver.h"
|
||||
#include "../input_config.h"
|
||||
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user