Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3765)

Unified Diff: examples/audio/openal-ogg/openal_ogg.c

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: remove more use of BITSIZE Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/audio/openal-ogg/Makefile ('k') | examples/games/nethack-3.4.3/nacl-nethack-3.4.3.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/audio/openal-ogg/openal_ogg.c
diff --git a/examples/audio/openal-ogg/openal_ogg.c b/examples/audio/openal-ogg/openal_ogg.c
index b63324cd2d328225358b252031032642f9f904ca..d4504f52d71b7ebc52664fb9f7fbd8ece73948b8 100644
--- a/examples/audio/openal-ogg/openal_ogg.c
+++ b/examples/audio/openal-ogg/openal_ogg.c
@@ -26,6 +26,7 @@
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_module.h"
+#include "ppapi/c/pp_rect.h"
robertm 2013/01/09 20:04:16 why was this necessary? maybe move to a CL that go
#include "ppapi/c/ppb_audio.h"
#include "ppapi/c/ppb_audio_config.h"
#include "ppapi/c/ppb_instance.h"
« no previous file with comments | « examples/audio/openal-ogg/Makefile ('k') | examples/games/nethack-3.4.3/nacl-nethack-3.4.3.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698