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

Unified Diff: src/include/nacl_asm.h

Issue 788193003: Create a build_config header file. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fixes for mseaborn Created 5 years, 11 months 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
« no previous file with comments | « src/include/build_config.h ('k') | tests/includability/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/include/nacl_asm.h
diff --git a/src/include/nacl_asm.h b/src/include/nacl_asm.h
index 82bcc87c0a29ec7d14e9dd3ce777762965d16109..40c26bb170af2029ee8c91ed8fbcbda572ed5f6b 100644
--- a/src/include/nacl_asm.h
+++ b/src/include/nacl_asm.h
@@ -7,6 +7,8 @@
#ifndef NATIVE_CLIENT_SRC_INCLUDE_NACL_ASM_H_
#define NATIVE_CLIENT_SRC_INCLUDE_NACL_ASM_H_
+#include "native_client/src/include/build_config.h"
+
/*
* macros to provide uniform access to identifiers from assembly due
* to different C -> asm name mangling conventions and other platform-specific
« no previous file with comments | « src/include/build_config.h ('k') | tests/includability/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698