summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-08-09 14:27:29 +0300
committerDaniel Stone <daniels@collabora.com>2017-12-04 19:08:50 +0000
commitd4512f6aa1a8db0b811918593f21e7877041f0c0 (patch)
treeb6fac921b7e4a6ef011b91cb9bd0300fa4ee772e
parent8c919b488c7dac95e5fe1e81c0be28634e8291d7 (diff)
weston: added missing header time.h
without it I can't built weston on alpinelinux Reviewed-by: Daniel Stone <daniels@collabora.com>
-rw-r--r--tests/timespec-test.c1
1 files changed, 1 insertions, 0 deletions
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 <assert.h>
#include <errno.h>
#include <unistd.h>
+#include <time.h>
#include "timespec-util.h"