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

Unified Diff: ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.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
Index: ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c
diff --git a/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c b/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c
index 2d148ae21a10b1286112571419285956ea8fcae9..34cef03389b364ad85d295b31d339c3234344ed7 100644
--- a/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c
+++ b/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c
@@ -4,6 +4,7 @@
* found in the LICENSE file.
*/
+#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
« no previous file with comments | « ppapi/nacl_irt/public/irt_ppapi.h ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698