Changeset 57962 in webkit


Ignore:
Timestamp:
Apr 21, 2010 3:44:25 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-21 Gustavo Sverzut Barbieri <barbieri@profusion.mobi>

Reviewed by Nikolas Zimmermann.

Add missing includes to platform/posix/FileSystemPOSIX.cpp
https://bugs.webkit.org/show_bug.cgi?id=37861

No behavior changes, so no new tests were added.

  • platform/posix/FileSystemPOSIX.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57961 r57962  
     12010-04-21  Gustavo Sverzut Barbieri  <barbieri@profusion.mobi>
     2
     3        Reviewed by Nikolas Zimmermann.
     4
     5        Add missing includes to platform/posix/FileSystemPOSIX.cpp
     6        https://bugs.webkit.org/show_bug.cgi?id=37861
     7
     8        No behavior changes, so no new tests were added.
     9
     10        * platform/posix/FileSystemPOSIX.cpp:
     11
    1122010-04-21  No'am Rosenthal  <noam.rosenthal@nokia.com>
    213
  • trunk/WebCore/platform/posix/FileSystemPOSIX.cpp

    r57182 r57962  
    3232#include "PlatformString.h"
    3333#include <errno.h>
     34#include <fcntl.h>
    3435#include <libgen.h>
    3536#include <sys/stat.h>
     37#include <sys/types.h>
    3638#include <unistd.h>
    3739#include <wtf/text/CString.h>
Note: See TracChangeset for help on using the changeset viewer.