summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk/snprintf.patch
blob: b1481d78e838cabddf1c47e6341f710da364da34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include missing header for snprintf definition

Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=197088]
Signed-off-by: Khem Raj <raj.khem@gmail.com>

--- a/Source/WebCore/platform/text/TextCodec.cpp
+++ b/Source/WebCore/platform/text/TextCodec.cpp
@@ -28,6 +28,7 @@
 #include "TextCodec.h"
 
 #include <array>
+#include <cstdio>
 
 namespace WebCore {