Skip to content

Commit

Permalink
Fix another NaCl warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gabomdq committed Jun 20, 2014
1 parent 7e52722 commit 3b217ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/naclbuild.sh
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/main/nacl/SDL_nacl_main.c
Expand Up @@ -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);

Expand Down

0 comments on commit 3b217ee

Please sign in to comment.