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

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: 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..0669cd58c14f63125c1642def6316bf2b57187f1 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/nacl_defines.h"
#if NACL_ANDROID
#include <linux/ashmem.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698