Bug 27365

Summary: Build fix on platforms don't have MMAP
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
proposed patch levin: review+

Description Csaba Osztrogonác 2009-07-17 03:29:04 PDT
In JavaScriptCore/interpreter/RegisterFile.h if HAVE(MMAP) is false, stdio.h not inculded, but fprintf and stderr used at line 190 and 192.
stdio.h must be included irrespectively of HAVE(MMAP).
Comment 1 Csaba Osztrogonác 2009-07-17 03:33:37 PDT
Created attachment 32925 [details]
proposed patch
Comment 2 David Levin 2009-07-17 04:02:20 PDT
Committed as http://trac.webkit.org/changeset/46025