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

Unified Diff: src/trusted/service_runtime/arch/x86_64/sel_rt_64.c

Issue 788193003: Create a build_config header file. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Support scons windows as well. Created 6 years 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/arch/x86_64/sel_rt_64.c
diff --git a/src/trusted/service_runtime/arch/x86_64/sel_rt_64.c b/src/trusted/service_runtime/arch/x86_64/sel_rt_64.c
index 957b8b4247e1755a35c828197af9084a5a1502e7..cbb50899f1835d6f9c5a054c2ccbf2a9fe0f4341 100644
--- a/src/trusted/service_runtime/arch/x86_64/sel_rt_64.c
+++ b/src/trusted/service_runtime/arch/x86_64/sel_rt_64.c
@@ -7,6 +7,8 @@
#include <float.h>
#include <string.h>
+#include "native_client/src/include/build_config.h"
+
/*
* This header declares the _mm_getcsr function.
*/

Powered by Google App Engine
This is Rietveld 408576698