| 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
|
|
|