| Index: src/trusted/service_runtime/linux/thread_suspension.c
|
| diff --git a/src/trusted/service_runtime/linux/thread_suspension.c b/src/trusted/service_runtime/linux/thread_suspension.c
|
| index 15fad45ba50677c68988aaaea7795254d82642be..5867bda5f5a10f8a6c607ac232930bb20705090d 100644
|
| --- a/src/trusted/service_runtime/linux/thread_suspension.c
|
| +++ b/src/trusted/service_runtime/linux/thread_suspension.c
|
| @@ -4,6 +4,9 @@
|
| * found in the LICENSE file.
|
| */
|
| #include <errno.h>
|
| +
|
| +#include "native_client/src/include/nacl_defines.h"
|
| +
|
| #if NACL_ANDROID
|
| /* Android uses a non-canonical futex.h version that requires __user be set. */
|
| #include <linux/compiler.h>
|
|
|