summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk/snprintf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/snprintf.patch')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk/snprintf.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/snprintf.patch b/meta/recipes-sato/webkit/webkitgtk/snprintf.patch
new file mode 100644
index 0000000000..b1481d78e8
--- /dev/null
+++ b/meta/recipes-sato/webkit/webkitgtk/snprintf.patch
@@ -0,0 +1,15 @@
1include missing header for snprintf definition
2
3Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=197088]
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
6--- a/Source/WebCore/platform/text/TextCodec.cpp
7+++ b/Source/WebCore/platform/text/TextCodec.cpp
8@@ -28,6 +28,7 @@
9 #include "TextCodec.h"
10
11 #include <array>
12+#include <cstdio>
13
14 namespace WebCore {
15