Re: [PATCH] weston: added missing header time.h

2017-12-05 Thread Daniel Stone
Hi Valery, On 9 August 2017 at 12:27, Valery Kartel wrote: > without it I can't built weston on alpinelinux Thanks for your patch; I've reviewed and pushed it. Cheers, Daniel ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://l

[PATCH] weston: added missing header time.h

2017-09-13 Thread Valery Kartel
without it I can't built weston on alpinelinux --- tests/timespec-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/timespec-test.c b/tests/timespec-test.c index a5039110..11d39f11 100644 --- a/tests/timespec-test.c +++ b/tests/timespec-test.c @@ -32,6 +32,7 @@ #include #include