mirror of https://github.com/axmolengine/axmol.git
[NaCL] Add missing include of <sys/mount.h>
This was previously included by nacl_io.h but upstrean changes in NaCl removed this.
This commit is contained in:
parent
b06d34e090
commit
7bd5025064
|
@ -37,6 +37,7 @@ THE SOFTWARE.
|
|||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mount.h>
|
||||
#include <unistd.h>
|
||||
|
||||
USING_NS_CC;
|
||||
|
|
Loading…
Reference in New Issue