diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-06-01 11:00:59 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-06-01 11:00:59 +0200 |
commit | 1a5804b0b61dd3d1e7d05e5cef69fcde3160334d (patch) | |
tree | 36712d88b4d9fde3c350fe21c6bc01f0866ed2a4 /testing/weston/musl-fixes.patch | |
parent | 58daa5b8e6661a9fb5c2b159f7562333eaaa220c (diff) | |
download | aports-1a5804b0b61dd3d1e7d05e5cef69fcde3160334d.tar.bz2 aports-1a5804b0b61dd3d1e7d05e5cef69fcde3160334d.tar.xz |
testing/weston: upgrade to 1.11.0
Diffstat (limited to 'testing/weston/musl-fixes.patch')
-rw-r--r-- | testing/weston/musl-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/weston/musl-fixes.patch b/testing/weston/musl-fixes.patch new file mode 100644 index 0000000000..4757317fa7 --- /dev/null +++ b/testing/weston/musl-fixes.patch @@ -0,0 +1,11 @@ +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 + ++#include <inttypes.h> + #include <stdlib.h> + #include <string.h> + |