diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-06-29 17:26:51 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-06-29 17:26:51 +0200 |
commit | 33af2720f26c2b25bc7f75ce7eb454ff99db6d35 (patch) | |
tree | 9a38f0c96420edf503eebd6325dd8d2d8249f653 /deps/v8/src/win32-headers.h | |
parent | 6afdca885adeeeed9eef8cbb01c3d97af0bc084d (diff) | |
download | node-new-33af2720f26c2b25bc7f75ce7eb454ff99db6d35.tar.gz |
Upgrade V8 to 3.4.8
Diffstat (limited to 'deps/v8/src/win32-headers.h')
-rw-r--r-- | deps/v8/src/win32-headers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/win32-headers.h b/deps/v8/src/win32-headers.h index b51a38a157..fca5c137ef 100644 --- a/deps/v8/src/win32-headers.h +++ b/deps/v8/src/win32-headers.h @@ -66,6 +66,7 @@ #endif // __MINGW32__ #ifndef __MINGW32__ #include <dbghelp.h> // For SymLoadModule64 and al. +#include <errno.h> // For STRUNCATE #endif // __MINGW32__ #include <limits.h> // For INT_MAX and al. #include <tlhelp32.h> // For Module32First and al. |