Commit 4d56810e authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Fix d8 build error when V8_SHARED is unset on Linux.

TBR=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/21053002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15927 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ac5e3e08
......@@ -68,7 +68,7 @@
#include "v8.h"
#endif // V8_SHARED
#if V8_OS_UNIX
#if !defined(_WIN32) && !defined(_WIN64)
#include <unistd.h> // NOLINT
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment