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

Unified Diff: ppapi/nacl_irt/irt_interfaces.h

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/host/resource_message_handler.h ('k') | ppapi/nacl_irt/irt_manifest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/irt_interfaces.h
diff --git a/ppapi/nacl_irt/irt_interfaces.h b/ppapi/nacl_irt/irt_interfaces.h
index c18d34e1c4a3d6987883d101926b7922c29196c9..e82e903f743ea7b7dc3e0c55ff57a805b138fdac 100644
--- a/ppapi/nacl_irt/irt_interfaces.h
+++ b/ppapi/nacl_irt/irt_interfaces.h
@@ -5,6 +5,7 @@
#ifndef PPAPI_NACL_IRT_IRT_INTERFACES_H_
#define PPAPI_NACL_IRT_IRT_INTERFACES_H_
+#include <stddef.h>
#include <stdlib.h>
extern const struct nacl_irt_ppapihook nacl_irt_ppapihook;
« no previous file with comments | « ppapi/host/resource_message_handler.h ('k') | ppapi/nacl_irt/irt_manifest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698