Bug 16025 - FileSystemPOSIX does not include the needed headers to build
Summary: FileSystemPOSIX does not include the needed headers to build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-16 21:41 PST by Ryan Leavengood
Modified: 2007-11-17 13:25 PST (History)
0 users

See Also:


Attachments
Add the needed headers (866 bytes, patch)
2007-11-16 21:41 PST, Ryan Leavengood
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.