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

Quentin Glidic sardemff7+wayland at sardemff7.net
Sat Sep 24 09:57:21 UTC 2016


On 24/09/2016 06:59, Yong Bakos wrote:
> On Sep 23, 2016, at 8:40 PM, Kylie McClain <kylie at somasis.com> wrote:
>>
>> On musl, int32_t is defined in stdint.h.
>>
>> Signed-off-by: Kylie McClain <kylie at somasis.com>
>
> Reviewed-by: Yong Bakos <ybakos at humanoriented.com>

Thanks, pushed:
d8b17bc..5d72bc4  master -> master

Cheers,


> yong
>
>
>> ---
>> 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,6 +28,7 @@
>>
>> #include <stdbool.h>
>> #include <stdlib.h>
>> +#include <stdint.h>
>> #include <errno.h>
>> #include <assert.h>
>>
>> --
>> 2.9.0
>>
>> _______________________________________________
>> wayland-devel mailing list
>> wayland-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
>


-- 

Quentin “Sardem FF7” Glidic


More information about the wayland-devel mailing list