Chromium Code Reviews| Index: src/trusted/service_runtime/linux/x86/nacl_ldt.c |
| diff --git a/src/trusted/service_runtime/linux/x86/nacl_ldt.c b/src/trusted/service_runtime/linux/x86/nacl_ldt.c |
| index c01a9d8517a270518c27173e3bd692c3c3fa0720..b01d88f3b8c53b52ef04c0896a52ded99d9951cb 100644 |
| --- a/src/trusted/service_runtime/linux/x86/nacl_ldt.c |
| +++ b/src/trusted/service_runtime/linux/x86/nacl_ldt.c |
| @@ -10,6 +10,9 @@ |
| #include <asm/ldt.h> |
| #include <stdio.h> |
| + |
| +#include "native_client/src/include/build_config.h" |
| + |
| #if NACL_ANDROID |
| #include <sys/syscall.h> |
| #endif |