aboutsummaryrefslogtreecommitdiffstats
path: root/testing/weston/musl-fixes.patch
blob: 00886d6d02cf4ed8cdafefed7483b0cd5a54bf60 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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>