Chromium Code Reviews| Index: src/trusted/service_runtime/mmap_unittest.cc |
| diff --git a/src/trusted/service_runtime/mmap_unittest.cc b/src/trusted/service_runtime/mmap_unittest.cc |
| index b3d3fcdbf0d60001adb8fffbaacbfa571237cdda..b5712064ad49f611e1ed69c92f42eec0b23f13d4 100644 |
| --- a/src/trusted/service_runtime/mmap_unittest.cc |
| +++ b/src/trusted/service_runtime/mmap_unittest.cc |
| @@ -7,6 +7,8 @@ |
| #include <stdio.h> |
| #include <stdlib.h> |
| +#include "native_client/src/include/build_config.h" |
| + |
| #if NACL_LINUX |
| # include <sys/mman.h> |
| #elif NACL_OSX |