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

Unified Diff: ppapi/examples/stub/stub.c

Issue 1548813002: Switch to standard integer types in ppapi/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years 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 | « ppapi/examples/scaling/scaling.cc ('k') | ppapi/examples/stub/stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/stub/stub.c
diff --git a/ppapi/examples/stub/stub.c b/ppapi/examples/stub/stub.c
index 8786669fb944052927e7c77ef5a4e0191d05aff3..6568b6d3e9e1659e891b4a765306d8529ad92a5b 100644
--- a/ppapi/examples/stub/stub.c
+++ b/ppapi/examples/stub/stub.c
@@ -7,6 +7,7 @@
// C++ wrappers.
#include <stddef.h>
+#include <stdint.h>
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/pp_module.h"
« no previous file with comments | « ppapi/examples/scaling/scaling.cc ('k') | ppapi/examples/stub/stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698