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

Unified Diff: src/shared/platform/nacl_host_desc_mmap_test.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/nacl_host_desc_mmap_test.c
diff --git a/src/shared/platform/nacl_host_desc_mmap_test.c b/src/shared/platform/nacl_host_desc_mmap_test.c
index 87c3691a534336c34aa90ea6d667239560ca0f3a..8615a99ba4f90496c6ee60dff7f885c559406917 100644
--- a/src/shared/platform/nacl_host_desc_mmap_test.c
+++ b/src/shared/platform/nacl_host_desc_mmap_test.c
@@ -8,6 +8,8 @@
#include <stdio.h>
#include <string.h>
+#include "native_client/src/include/nacl_defines.h"
+
#if !NACL_WINDOWS
# include <sys/mman.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698