Chromium Code Reviews| Index: src/trusted/service_runtime/arch/x86_64/nacl_tls_64.c |
| diff --git a/src/trusted/service_runtime/arch/x86_64/nacl_tls_64.c b/src/trusted/service_runtime/arch/x86_64/nacl_tls_64.c |
| index ab08f7cc94ebe008e29a651b2071a4787e903d54..f3ecbdbb7c647b5dde257c042e19efee01ea1e31 100644 |
| --- a/src/trusted/service_runtime/arch/x86_64/nacl_tls_64.c |
| +++ b/src/trusted/service_runtime/arch/x86_64/nacl_tls_64.c |
| @@ -4,6 +4,8 @@ |
| * found in the LICENSE file. |
| */ |
| +#include "native_client/src/include/build_config.h" |
| + |
| #if NACL_OSX |
| # include <pthread.h> |
| #endif |