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

Unified Diff: src/shared/platform/posix/nacl_host_desc.c

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/platform/posix/nacl_host_desc.c
diff --git a/src/shared/platform/posix/nacl_host_desc.c b/src/shared/platform/posix/nacl_host_desc.c
index 3a4c99a113df43ed4269e9bf3b7c7482c2576e1d..b814e082f48e892abbbc0f995ed68466f0b9b0ef 100644
--- a/src/shared/platform/posix/nacl_host_desc.c
+++ b/src/shared/platform/posix/nacl_host_desc.c
@@ -21,6 +21,7 @@
#include <errno.h>
#include <sys/mman.h>
#include <unistd.h>
+#include "native_client/src/include/nacl_defines.h"
#if NACL_LINUX
# include <pthread.h>

Powered by Google App Engine
This is Rietveld 408576698