[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:
Sam Clegg 2013-08-21 20:27:31 -07:00
parent b06d34e090
commit 7bd5025064
1 changed files with 1 additions and 0 deletions

View File

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