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

Unified Diff: src/shared/imc/posix/nacl_imc_posix.cc

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/shared/imc/posix/nacl_imc_posix.cc
diff --git a/src/shared/imc/posix/nacl_imc_posix.cc b/src/shared/imc/posix/nacl_imc_posix.cc
index 6194c881e1a6629d64c23078cc9a858fe88e73d2..95afc36ce36e732d7252d63e420f97c3f450d33e 100644
--- a/src/shared/imc/posix/nacl_imc_posix.cc
+++ b/src/shared/imc/posix/nacl_imc_posix.cc
@@ -21,6 +21,7 @@
#include <unistd.h>
#include <sys/mman.h>
#include <sys/types.h>
+#include "native_client/src/include/build_config.h"
#if NACL_ANDROID
#include <linux/ashmem.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698