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

Unified Diff: ppapi/c/pp_stdint.h

Issue 5190004: This accomplishes a few things:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « no previous file | ppapi/generate_ppapi_include_tests.py » ('j') | ppapi/generate_ppapi_include_tests.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_stdint.h
===================================================================
--- ppapi/c/pp_stdint.h (revision 66667)
+++ ppapi/c/pp_stdint.h (working copy)
@@ -26,9 +26,10 @@
#else
#include <stdint.h>
-#include <stddef.h> // Needed for size_t.
#endif
+#include <stddef.h> // Needed for size_t.
+
/**
* @}
* End addtogroup PP
« no previous file with comments | « no previous file | ppapi/generate_ppapi_include_tests.py » ('j') | ppapi/generate_ppapi_include_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698