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

Unified Diff: src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify_arch.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/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify_arch.c
diff --git a/src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify_arch.c b/src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify_arch.c
index a7ba25e4ec09d299c7889f1c95b4c94ac19051a0..270785b6a695c73a200c959c39d9770d35efde74 100644
--- a/src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify_arch.c
+++ b/src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify_arch.c
@@ -6,6 +6,8 @@
#include <stddef.h>
+#include "native_client/src/include/nacl_defines.h"
+
#if !NACL_WINDOWS /* stdint is neither available nor needed on Windows */
#include <stdint.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698