diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog index 4f53ba92154c4d54818ea8571f4142c0f289cc4f..48800c75414be22a90b3f96c3885f80f4ea51307 100644 --- a/JavaScriptCore/ChangeLog +++ b/JavaScriptCore/ChangeLog @@ -1,3 +1,11 @@ +2009-10-02 Tor Arne Vestbø + + Rubber-stamped by Simon Hausmann. + + Fix the Qt on Mac OS X build. + + * wtf/FastMalloc.cpp: + 2009-10-02 Jørgen Lind Reviewed by Simon Hausmann. diff --git a/JavaScriptCore/wtf/FastMalloc.cpp b/JavaScriptCore/wtf/FastMalloc.cpp index a2d601fefde83c79488b8263c758c92e94bc98ef..6cd8ef055ed807b7256a03ddb3529ed3acdefe56 100644 --- a/JavaScriptCore/wtf/FastMalloc.cpp +++ b/JavaScriptCore/wtf/FastMalloc.cpp @@ -394,6 +394,7 @@ extern "C" const int jscore_fastmalloc_introspection = 0; #if PLATFORM(DARWIN) #include "MallocZoneSupport.h" #include +#include #endif #ifndef PRIuS