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

Unified Diff: src/shared/platform/posix/aligned_malloc.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/aligned_malloc.c
diff --git a/src/shared/platform/posix/aligned_malloc.c b/src/shared/platform/posix/aligned_malloc.c
index 58ab197bc3a99f289f259bdac42d50d4228e2f45..6814911c5d6cb7fa3c2ba2de6baa1f42a0acf729 100644
--- a/src/shared/platform/posix/aligned_malloc.c
+++ b/src/shared/platform/posix/aligned_malloc.c
@@ -4,6 +4,7 @@
* found in the LICENSE file.
*/
+#include "native_client/src/include/nacl_defines.h"
#include "native_client/src/shared/platform/aligned_malloc.h"
#if NACL_ANDROID

Powered by Google App Engine
This is Rietveld 408576698