(3DS) build fix.

This commit is contained in:
aliaspider 2017-01-31 03:27:26 +01:00
parent 69368fbf34
commit ffbd1e838a
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <3ds.h>
#include <string.h>
#include <malloc.h>
#include <retro_miscellaneous.h>
#include "../audio_driver.h"

View File

@ -19,6 +19,7 @@
#include <boolean.h>
#include <libretro.h>
#include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"

View File

@ -20,6 +20,7 @@
#include "../input_joypad_driver.h"
#include "../input_driver.h"
#include "../input_config.h"
#include "../../tasks/tasks_internal.h"