[Webkit-unassigned] [Bug 57535] Fix compilation on Solaris 10 with Sun Studio 12, missing definition for time_t

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 08:08:37 PDT 2011


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





--- Comment #5 from Ben Taylor <bentaylor.solx86 at gmail.com>  2011-03-31 08:08:37 PST ---
(In reply to comment #4)
> Attachment 87700 [details] did not build on win:
> Build output: http://queues.webkit.org/results/8314266

Do I need to resubmit the patch, isolating the includes with an #ifdef/ifndef

like:
#ifdef OS(SOLARIS)
#include <sys/time.h>
#endif 

 or 
#ifndef OS(WINDOWS)
#include <sys/time.h>
#endif

-- 
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