diff options
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/snprintf.patch')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/snprintf.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/snprintf.patch b/meta/recipes-sato/webkit/webkitgtk/snprintf.patch deleted file mode 100644 index b1481d78e8..0000000000 --- a/meta/recipes-sato/webkit/webkitgtk/snprintf.patch +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | include missing header for snprintf definition | ||
2 | |||
3 | Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=197088] | ||
4 | Signed-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 | |||