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

Unified Diff: src/trusted/service_runtime/include/sys/dirent.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
Index: src/trusted/service_runtime/include/sys/dirent.h
diff --git a/src/trusted/service_runtime/include/sys/dirent.h b/src/trusted/service_runtime/include/sys/dirent.h
index 58e522380d74ab0121b9eebbb52c546aabf2f640..2c7fdb2f7e88aaf720fbbd4cbce613ea064ff61e 100644
--- a/src/trusted/service_runtime/include/sys/dirent.h
+++ b/src/trusted/service_runtime/include/sys/dirent.h
@@ -9,6 +9,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/trusted/service_runtime/include/machine/_types.h ('k') | src/trusted/service_runtime/include/sys/unistd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698