Bug 37861 - Add missing includes to platform/posix/FileSystemPOSIX.cpp
Summary: Add missing includes to platform/posix/FileSystemPOSIX.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 08:09 PDT by Gustavo Sverzut Barbieri
Modified: 2010-04-21 03:44 PDT (History)
1 user (show)

See Also:


Attachments
Add missing includes to FileSystemPOSIX.cpp (1.05 KB, patch)
2010-04-20 08:12 PDT, Gustavo Sverzut Barbieri
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Sverzut Barbieri 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.
Comment 1 Gustavo Sverzut Barbieri 2010-04-20 08:12:05 PDT
Created attachment 53821 [details]
Add missing includes to FileSystemPOSIX.cpp
Comment 2 Nikolas Zimmermann 2010-04-20 08:13:34 PDT
Comment on attachment 53821 [details]
Add missing includes to FileSystemPOSIX.cpp

Looks fine. r=me.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2010-04-21 03:44:40 PDT
All reviewed patches have been landed.  Closing bug.