Fix v8 build on mingw32
authorBert Belder <bertbelder@gmail.com>
Wed, 24 Nov 2010 22:46:22 +0000 (23:46 +0100)
committerBert Belder <bertbelder@gmail.com>
Mon, 20 Dec 2010 22:49:56 +0000 (23:49 +0100)
deps/v8/src/utils.h

index 5e65a4b..651ef50 100644 (file)
 #ifndef V8_UTILS_H_
 #define V8_UTILS_H_
 
+#ifdef __MINGW32__
+#include <stdarg.h>
+#endif
+
 #include <stdlib.h>
 #include <string.h>