aboutsummaryrefslogtreecommitdiffstats
path: root/testing/weston/musl-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/weston/musl-fixes.patch')
-rw-r--r--testing/weston/musl-fixes.patch15
1 files changed, 7 insertions, 8 deletions
diff --git a/testing/weston/musl-fixes.patch b/testing/weston/musl-fixes.patch
index 4757317fa7..00886d6d02 100644
--- a/testing/weston/musl-fixes.patch
+++ b/testing/weston/musl-fixes.patch
@@ -1,11 +1,10 @@
-diff -upr weston-1.11.0.orig/shared/xalloc.h weston-1.11.0/shared/xalloc.h
---- weston-1.11.0.orig/shared/xalloc.h 2016-06-01 10:42:27.296480970 +0200
-+++ weston-1.11.0/shared/xalloc.h 2016-06-01 10:43:01.272956869 +0200
-@@ -30,6 +30,7 @@
- extern "C" {
- #endif
+--- weston-1.12.0/shared/string-helpers.h.orig
++++ weston-1.12.0/shared/string-helpers.h
+@@ -28,6 +28,7 @@
-+#include <inttypes.h>
+ #include <stdbool.h>
#include <stdlib.h>
- #include <string.h>
++#include <stdint.h>
+ #include <errno.h>
+ #include <assert.h>