Chromium Code Reviews| Index: src/d8-posix.cc |
| diff --git a/src/d8-posix.cc b/src/d8-posix.cc |
| index 36d83b53cff62b84950cf649854be15e2a140225..0f37ccefbfb31ff095a3190bfc04f9683a0aae0f 100644 |
| --- a/src/d8-posix.cc |
| +++ b/src/d8-posix.cc |
| @@ -15,6 +15,10 @@ |
| #include "src/d8.h" |
| +#ifndef V8_SHARED |
| +#include "src/list-inl.h" |
| +#endif |
| + |
| #if !V8_OS_NACL |
| #include <sys/select.h> |
| #endif |