| Index: src/trusted/service_runtime/nacl_tls_unittest.c
|
| diff --git a/src/trusted/service_runtime/nacl_tls_unittest.c b/src/trusted/service_runtime/nacl_tls_unittest.c
|
| index 47023b6caf2343c50ee6dd8909ede1bc9bbc4b85..9bdea389885d41c98c4be9f8b1bf20163f42e6ad 100644
|
| --- a/src/trusted/service_runtime/nacl_tls_unittest.c
|
| +++ b/src/trusted/service_runtime/nacl_tls_unittest.c
|
| @@ -12,6 +12,8 @@
|
| * Note that this test hangs in pthread_join() on ARM QEMU.
|
| */
|
|
|
| +#include "native_client/src/include/nacl_defines.h"
|
| +
|
| #if NACL_LINUX || NACL_OSX
|
| #include <pthread.h>
|
| #endif
|
|
|