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..4348d8385a71385e29a66cd1ad53601bc6ec454e 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/nacl_defines.h" |
+ |
/* MSVC supports "inline" only in C++ */ |
#if NACL_WINDOWS |
# define INLINE __forceinline |