Re: [weston] [PATCH] string-helpers.h: Fix usage on musl libc

2016-09-24 Thread Quentin Glidic
On 24/09/2016 06:59, Yong Bakos wrote: On Sep 23, 2016, at 8:40 PM, Kylie McClain wrote: On musl, int32_t is defined in stdint.h. Signed-off-by: Kylie McClain Reviewed-by: Yong Bakos Thanks, pushed: d8b17bc..5d72bc4 master -> master Cheers, yong --- shared/string-helpers.h | 1 +

Re: [weston] [PATCH] string-helpers.h: Fix usage on musl libc

2016-09-23 Thread Yong Bakos
On Sep 23, 2016, at 8:40 PM, Kylie McClain wrote: > > On musl, int32_t is defined in stdint.h. > > Signed-off-by: Kylie McClain Reviewed-by: Yong Bakos yong > --- > shared/string-helpers.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/shared/string-helpers.h b/shared/string-help

[weston] [PATCH] string-helpers.h: Fix usage on musl libc

2016-09-23 Thread Kylie McClain
On musl, int32_t is defined in stdint.h. Signed-off-by: Kylie McClain --- shared/string-helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/string-helpers.h b/shared/string-helpers.h index 5dc75d6..c8ce449 100644 --- a/shared/string-helpers.h +++ b/shared/string-helpers.h @@ -28