Fix another NaCl warning

This commit is contained in:
Gabriel Jacobo 2014-06-20 11:50:31 -03:00
parent 7e52722dfd
commit 3b217eefd7
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ fi
echo "Using SDK at $NACL_SDK_ROOT"
export NACL_SDK_ROOT="$NACL_SDK_ROOT"
export CFLAGS="$CFLAGS -I$NACL_SDK_ROOT/include"
export CFLAGS="$CFLAGS -I$NACL_SDK_ROOT/include -I$NACL_SDK_ROOT/include/pnacl"
NCPUS="1"
case "$OSTYPE" in

View File

@ -29,6 +29,7 @@
#include "ppapi_simple/ps_event.h"
#include "ppapi_simple/ps_interface.h"
#include "nacl_io/nacl_io.h"
#include "sys/mount.h"
extern void NACL_SetScreenResolution(int width, int height, Uint32 format);