mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-03 16:21:50 +00:00
WiiU: Fix missing "#include <sys/iosupport.h>" in sd_fat_devoptab
This commit is contained in:
parent
1155e11cfc
commit
9344391bfa
@ -24,6 +24,7 @@
|
||||
#include <errno.h>
|
||||
#include <sys/statvfs.h>
|
||||
#include <sys/dirent.h>
|
||||
#include <sys/iosupport.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user