diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-07-08 16:40:11 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-07-08 16:40:11 -0700 |
commit | e5564a3f29e0a818832a97c7c3b28d7c8b3b0460 (patch) | |
tree | 4b48a6577080d5e44da4d2cbebb7fe7951660de8 /deps/v8/src/win32-headers.h | |
parent | 0df2f74d364826053641395b01c2fcb1345057a9 (diff) | |
download | node-new-e5564a3f29e0a818832a97c7c3b28d7c8b3b0460.tar.gz |
Upgrade V8 to 3.4.10
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. |