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

Unified Diff: src/trusted/service_runtime/include/sys/unistd.h

Issue 1163893003: Don't include <stdint.h> from within <machine/_types.h> (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 5 months 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 | « src/trusted/service_runtime/include/sys/dirent.h ('k') | src/untrusted/nacl/syscall_bindings_trampoline.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/include/sys/unistd.h
diff --git a/src/trusted/service_runtime/include/sys/unistd.h b/src/trusted/service_runtime/include/sys/unistd.h
index 0de2733bf6243e869aa88ff44710d09f30ca71d9..d6413a16d5a2acdb89c86fdf62ef038395193a4c 100644
--- a/src/trusted/service_runtime/include/sys/unistd.h
+++ b/src/trusted/service_runtime/include/sys/unistd.h
@@ -27,6 +27,7 @@ extern "C" {
#define __need_size_t
#define __need_ptrdiff_t
#include <stddef.h>
+#include <stdint.h>
extern char **environ;
« no previous file with comments | « src/trusted/service_runtime/include/sys/dirent.h ('k') | src/untrusted/nacl/syscall_bindings_trampoline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698