diff options
Diffstat (limited to 'testing/weston/musl-fixes.patch')
-rw-r--r-- | testing/weston/musl-fixes.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/weston/musl-fixes.patch b/testing/weston/musl-fixes.patch deleted file mode 100644 index 00886d6d02..0000000000 --- a/testing/weston/musl-fixes.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- weston-1.12.0/shared/string-helpers.h.orig -+++ weston-1.12.0/shared/string-helpers.h -@@ -28,6 +28,7 @@ - - #include <stdbool.h> - #include <stdlib.h> -+#include <stdint.h> - #include <errno.h> - #include <assert.h> - |