| Index: src/trusted/service_runtime/sel_ldr.c
|
| diff --git a/src/trusted/service_runtime/sel_ldr.c b/src/trusted/service_runtime/sel_ldr.c
|
| index 1fdbadd49c8c4bef1a8f4577a4275f72e6d6cdc8..cb26e547605c9ef7ab30a3008bd2ecd1144b49dc 100644
|
| --- a/src/trusted/service_runtime/sel_ldr.c
|
| +++ b/src/trusted/service_runtime/sel_ldr.c
|
| @@ -10,6 +10,11 @@
|
| * NaCl Simple/secure ELF loader (NaCl SEL).
|
| */
|
| #include "native_client/src/include/build_config.h"
|
| +
|
| +#if NACL_WINDOWS
|
| +#include <intrin.h>
|
| +#endif
|
| +
|
| #include "native_client/src/include/portability.h"
|
| #include "native_client/src/include/portability_io.h"
|
| #include "native_client/src/include/portability_string.h"
|
|
|