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

Unified Diff: src/trusted/service_runtime/include/bits/stat.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/include/win/port_win.h ('k') | src/trusted/service_runtime/include/machine/_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/include/bits/stat.h
diff --git a/src/trusted/service_runtime/include/bits/stat.h b/src/trusted/service_runtime/include/bits/stat.h
index 97ca8fff649cd72dda74048aedddff0aec829c25..73bf0789bc0c49e253349a76b9058b1bab1ec944 100644
--- a/src/trusted/service_runtime/include/bits/stat.h
+++ b/src/trusted/service_runtime/include/bits/stat.h
@@ -13,6 +13,7 @@
#if defined(NACL_IN_TOOLCHAIN_HEADERS)
#include <sys/types.h>
+#include <stdint.h>
#else
#include "native_client/src/trusted/service_runtime/include/machine/_types.h"
#endif
« no previous file with comments | « src/include/win/port_win.h ('k') | src/trusted/service_runtime/include/machine/_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698