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

Unified Diff: chrome/test/data/nacl/nonsfi/libc_free.c

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/test/data/nacl/nonsfi/libc_free.c
diff --git a/chrome/test/data/nacl/nonsfi/libc_free.c b/chrome/test/data/nacl/nonsfi/libc_free.c
index cc8eb839ab039e564b8046bf45244000743b782c..d6b1a4aa77da0839693e887ea4eb290813d73f68 100644
--- a/chrome/test/data/nacl/nonsfi/libc_free.c
+++ b/chrome/test/data/nacl/nonsfi/libc_free.c
@@ -8,6 +8,7 @@
* This is a minimal NaCl program without libc. It uses NaCl's stable IRT ABI.
*/
+#include <stddef.h>
#include <stdint.h>
#include "native_client/src/include/elf_auxv.h"

Powered by Google App Engine
This is Rietveld 408576698