(CTR/3DS) build fix.
This commit is contained in:
parent
a2d552a819
commit
e2037c477e
|
@ -128,6 +128,7 @@ else
|
||||||
OBJS += libretro-common/file/dir_list.o
|
OBJS += libretro-common/file/dir_list.o
|
||||||
OBJS += libretro-common/file/retro_dirent.o
|
OBJS += libretro-common/file/retro_dirent.o
|
||||||
OBJS += libretro-common/file/retro_file.o
|
OBJS += libretro-common/file/retro_file.o
|
||||||
|
OBJS += libretro-common/file/retro_stat.o
|
||||||
OBJS += dir_list_special.o
|
OBJS += dir_list_special.o
|
||||||
OBJS += libretro-common/string/string_list.o
|
OBJS += libretro-common/string/string_list.o
|
||||||
OBJS += libretro-common/string/stdstring.o
|
OBJS += libretro-common/string/stdstring.o
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue