Merge pull request #7193 from QuarkTheAwesome/master

WiiU: Add missing "#include <sys/iosupport.h>" to required files (buildfix)
This commit is contained in:
Twinaphex 2018-09-09 18:01:15 +02:00 committed by GitHub
commit 99debae18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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 <stdint.h>

View File

@ -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>