Title: [226204] trunk/Source/bmalloc
Revision
226204
Author
[email protected]
Date
2017-12-20 17:07:49 -0800 (Wed, 20 Dec 2017)

Log Message

Include stdio.h before using stderr and _IONBF
https://bugs.webkit.org/show_bug.cgi?id=181046

Patch by Ting-Wei Lan <[email protected]> on 2017-12-20
Reviewed by Alex Christensen.

* bmalloc/IsoTLS.cpp:

Modified Paths

Diff

Modified: trunk/Source/bmalloc/ChangeLog (226203 => 226204)


--- trunk/Source/bmalloc/ChangeLog	2017-12-21 00:13:09 UTC (rev 226203)
+++ trunk/Source/bmalloc/ChangeLog	2017-12-21 01:07:49 UTC (rev 226204)
@@ -1,3 +1,12 @@
+2017-12-20  Ting-Wei Lan  <[email protected]>
+
+        Include stdio.h before using stderr and _IONBF
+        https://bugs.webkit.org/show_bug.cgi?id=181046
+
+        Reviewed by Alex Christensen.
+
+        * bmalloc/IsoTLS.cpp:
+
 2017-12-14  David Kilzer  <[email protected]>
 
         Enable -Wstrict-prototypes for WebKit

Modified: trunk/Source/bmalloc/bmalloc/IsoTLS.cpp (226203 => 226204)


--- trunk/Source/bmalloc/bmalloc/IsoTLS.cpp	2017-12-21 00:13:09 UTC (rev 226203)
+++ trunk/Source/bmalloc/bmalloc/IsoTLS.cpp	2017-12-21 01:07:49 UTC (rev 226204)
@@ -31,6 +31,8 @@
 #include "IsoTLSInlines.h"
 #include "IsoTLSLayout.h"
 
+#include <stdio.h>
+
 namespace bmalloc {
 
 #if !HAVE_PTHREAD_MACHDEP_H
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to