Bug 37861

Summary: Add missing includes to platform/posix/FileSystemPOSIX.cpp
Product: WebKit Reporter: Gustavo Sverzut Barbieri <barbieri>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Add missing includes to FileSystemPOSIX.cpp none

Gustavo Sverzut Barbieri
Reported 2010-04-20 08:09:43 PDT
Currently FileSystemPOSIX.cpp misses fcntl.h and sys/types.h. Particularly without fcntl.h it will not build due O_RDONLY and friends.
Attachments
Add missing includes to FileSystemPOSIX.cpp (1.05 KB, patch)
2010-04-20 08:12 PDT, Gustavo Sverzut Barbieri
no flags
Gustavo Sverzut Barbieri
Comment 1 2010-04-20 08:12:05 PDT
Created attachment 53821 [details] Add missing includes to FileSystemPOSIX.cpp
Nikolas Zimmermann
Comment 2 2010-04-20 08:13:34 PDT
Comment on attachment 53821 [details] Add missing includes to FileSystemPOSIX.cpp Looks fine. r=me.
WebKit Commit Bot
Comment 3 2010-04-21 03:44:35 PDT
Comment on attachment 53821 [details] Add missing includes to FileSystemPOSIX.cpp Clearing flags on attachment: 53821 Committed r57962: <http://trac.webkit.org/changeset/57962>
WebKit Commit Bot
Comment 4 2010-04-21 03:44:40 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.