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

Unified Diff: src/trusted/service_runtime/sel_ldr.c

Issue 1778653002: Add explicit includes for a few intrinsics. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 9 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/sel_ldr.c
diff --git a/src/trusted/service_runtime/sel_ldr.c b/src/trusted/service_runtime/sel_ldr.c
index 1fdbadd49c8c4bef1a8f4577a4275f72e6d6cdc8..cb26e547605c9ef7ab30a3008bd2ecd1144b49dc 100644
--- a/src/trusted/service_runtime/sel_ldr.c
+++ b/src/trusted/service_runtime/sel_ldr.c
@@ -10,6 +10,11 @@
* NaCl Simple/secure ELF loader (NaCl SEL).
*/
#include "native_client/src/include/build_config.h"
+
+#if NACL_WINDOWS
+#include <intrin.h>
+#endif
+
#include "native_client/src/include/portability.h"
#include "native_client/src/include/portability_io.h"
#include "native_client/src/include/portability_string.h"
« src/shared/platform/win/nacl_time.c ('K') | « src/trusted/service_runtime/arch/x86_32/sel_rt_32.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698