| Index: src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c
|
| diff --git a/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c b/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c
|
| index 82acf8e7542256e243ee352ac9a1f577a927c040..68dca9fd154262a3f6dccaca4324829fa41e1cc9 100644
|
| --- a/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c
|
| +++ b/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c
|
| @@ -13,7 +13,7 @@
|
| #include "native_client/src/trusted/service_runtime/nacl_app_thread.h"
|
| #include "native_client/src/trusted/service_runtime/nacl_globals.h"
|
| #include "native_client/src/trusted/service_runtime/nacl_switch_to_app.h"
|
| -#include "native_client/src/trusted/validator/x86/nacl_cpuid.h"
|
| +#include "native_client/src/trusted/cpu_features/arch/x86/cpu_x86.h"
|
|
|
| #if NACL_WINDOWS
|
| # define NORETURN_PTR
|
|
|