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

Unified Diff: tests/ppapi_example_audio/audio.cc

Issue 7265001: Build and use libraries locally in the nacl build, not requiring "partial SDK" (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: windows .s/.S horror Created 9 years, 6 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
Index: tests/ppapi_example_audio/audio.cc
diff --git a/tests/ppapi_example_audio/audio.cc b/tests/ppapi_example_audio/audio.cc
index f799b334d08636085e86b2430eb5f8545f3b73a0..a1e15abfd6a560e13f7a54a37a990c7210b3cb8c 100644
--- a/tests/ppapi_example_audio/audio.cc
+++ b/tests/ppapi_example_audio/audio.cc
@@ -13,6 +13,7 @@
#include <cmath>
#include <limits>
#include <string>
+#include <nacl/nacl_inttypes.h>
#include "native_client/src/shared/ppapi_proxy/utility.h"
#include "ppapi/c/pp_bool.h"
@@ -26,10 +27,6 @@
#include "ppapi/cpp/module.h"
#include "ppapi/cpp/var.h"
-// Due to a bug in nacl-newlib, this #include has to come last.
-// See http://code.google.com/p/nativeclient/issues/detail?id=1654
robertm 2011/06/27 14:55:15 can you reference this bug in the description
-#include <nacl/nacl_inttypes.h>
-
// Most of this example is borrowed from ppapi/examples/audio/audio.cc

Powered by Google App Engine
This is Rietveld 408576698