[Webkit-unassigned] [Bug 158470] [GTK] Fail to build on FreeBSD because locale.h is not included

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 08:57:36 PDT 2016


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

--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 280685
  --> https://bugs.webkit.org/attachment.cgi?id=280685
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=280685&action=review

> Source/JavaScriptCore/jsc.cpp:114
> +#if PLATFORM(GTK)
> +#include <locale.h>
> +#endif

No reason to put that inside an #if. Should just include this header unconditionally.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160607/9c5fd871/attachment-0001.html>


More information about the webkit-unassigned mailing list