From d4512f6aa1a8db0b811918593f21e7877041f0c0 Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Wed, 9 Aug 2017 14:27:29 +0300 Subject: weston: added missing header time.h without it I can't built weston on alpinelinux Reviewed-by: Daniel Stone --- tests/timespec-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/timespec-test.c b/tests/timespec-test.c index 31a6f146..f10ed76c 100644 --- a/tests/timespec-test.c +++ b/tests/timespec-test.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "timespec-util.h" -- cgit v1.2.3