Bug 16025

Summary: FileSystemPOSIX does not include the needed headers to build
Product: WebKit Reporter: Ryan Leavengood <leavengood>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Add the needed headers ddkilzer: review+

Description Ryan Leavengood 2007-11-16 21:41:02 PST
I assume no other ports are using this, since I can't see how it could compile without the needed headers. For now I am using it in my Haiku port so needed these changes.

I have attached a patch to fix this problem.
Comment 1 Ryan Leavengood 2007-11-16 21:41:25 PST
Created attachment 17327 [details]
Add the needed headers
Comment 2 David Kilzer (:ddkilzer) 2007-11-16 22:17:02 PST
Comment on attachment 17327 [details]
Add the needed headers

r=me

Note that the Mac platform uses this since it's referenced in WebCore/WebCore.xcodeproj/project.pbxproj.
Comment 3 David Kilzer (:ddkilzer) 2007-11-16 22:48:24 PST
Committed revision 27871.

Comment 4 Mark Rowe (bdash) 2007-11-17 13:25:32 PST
I believe the prefix header on the Mac pulls in the necessary includes which is why no-one noticed they were missing.