[Webkit-unassigned] [Bug 77759] Missing include in TestNetscapePlugIn

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 11:44:14 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77759


Kalev Lember <kalevlember at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125376|                            |review?
               Flag|                            |




--- Comment #1 from Kalev Lember <kalevlember at gmail.com>  2012-02-03 11:44:14 PST ---
Created an attachment (id=125376)
 --> (https://bugs.webkit.org/attachment.cgi?id=125376&action=review)
Explicitly include unistd.h in TestNetscapePlugIn

Fixes build with gcc 4.7.

r100432 added the include only for ANDROID; this changes the ifdef to
cover all unix platforms. On Fedora 17 the gcc 4.7 compiler no longer
implicitly includes unistd.h from standard headers and other unix
platforms are likely to get gcc 4.7 as well in the future.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list