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

Unified Diff: src/untrusted/nacl/syscall_bindings_trampoline.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/unistd.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/syscall_bindings_trampoline.h
diff --git a/src/untrusted/nacl/syscall_bindings_trampoline.h b/src/untrusted/nacl/syscall_bindings_trampoline.h
index 3f0a544db3408fe300a6a6c5eb4a15a199140992..6386057e03b6589bd84f3b1adf16f443dba65004 100644
--- a/src/untrusted/nacl/syscall_bindings_trampoline.h
+++ b/src/untrusted/nacl/syscall_bindings_trampoline.h
@@ -15,6 +15,7 @@
extern "C" {
#endif
+#include <stdint.h>
#include <sys/types.h>
#include <time.h>
« no previous file with comments | « src/trusted/service_runtime/include/sys/unistd.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698