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

Unified Diff: src/include/nacl_compiler_annotations.h

Issue 788193003: Create a build_config header file. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Support scons windows as well. 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/include/nacl_compiler_annotations.h
diff --git a/src/include/nacl_compiler_annotations.h b/src/include/nacl_compiler_annotations.h
index cd056540d9905cb2093bb1a185af0bc094e52fc2..46cb8456bb36e62bca88fb73ca9a447ede36e4bc 100644
--- a/src/include/nacl_compiler_annotations.h
+++ b/src/include/nacl_compiler_annotations.h
@@ -7,6 +7,8 @@
#ifndef NATIVE_CLIENT_SRC_INCLUDE_NACL_COMPILER_ANNOTATIONS_H_
#define NATIVE_CLIENT_SRC_INCLUDE_NACL_COMPILER_ANNOTATIONS_H_
+#include "native_client/src/include/build_config.h"
+
/* MSVC supports "inline" only in C++ */
#if NACL_WINDOWS
# define INLINE __forceinline

Powered by Google App Engine
This is Rietveld 408576698