weston: added missing header time.h

without it I can't built weston on alpinelinux

Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Valery Kartel 2017-08-09 14:27:29 +03:00 committed by Daniel Stone
parent 8c919b488c
commit d4512f6aa1
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <assert.h>
#include <errno.h>
#include <unistd.h>
#include <time.h>
#include "timespec-util.h"