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

Unified Diff: src/trusted/service_runtime/linux/x86/nacl_ldt.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/linux/x86/nacl_ldt.c
diff --git a/src/trusted/service_runtime/linux/x86/nacl_ldt.c b/src/trusted/service_runtime/linux/x86/nacl_ldt.c
index c01a9d8517a270518c27173e3bd692c3c3fa0720..b01d88f3b8c53b52ef04c0896a52ded99d9951cb 100644
--- a/src/trusted/service_runtime/linux/x86/nacl_ldt.c
+++ b/src/trusted/service_runtime/linux/x86/nacl_ldt.c
@@ -10,6 +10,9 @@
#include <asm/ldt.h>
#include <stdio.h>
+
+#include "native_client/src/include/build_config.h"
+
#if NACL_ANDROID
#include <sys/syscall.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698