deps/libiosuhax: Fix missing "#include <sys/iosupport.h>"

This commit is contained in:
Ash 2018-09-09 18:29:42 +10:00
parent 9344391bfa
commit 751ad68c50

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>