[PATCH weston] shared: include stdint.h for int32_t

2016-07-16 Thread Jussi Kukkonen
This fixes build on musl. Signed-off-by: Jussi Kukkonen --- shared/xalloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/xalloc.h b/shared/xalloc.h index 85fccb4..484de2d 100644 --- a/shared/xalloc.h +++ b/shared/xalloc.h @@ -30,6 +30,7 @@ extern "C" { #endif +#include #inclu

Re: [PATCH weston v2 8/8] terminal: Silence maybe-uninitialized warning

2016-07-16 Thread Quentin Glidic
On 11/07/2016 23:28, Emil Velikov wrote: On 10 July 2016 at 10:00, Quentin Glidic wrote: From: Quentin Glidic clients/terminal.c: In function 'redraw_handler': clients/terminal.c:213:28: warning: 'machine.unicode' may be used uninitialized in this function [-Wmaybe-uninitialized] struct utf