weston: added missing header time.h

without it I can't built weston on alpinelinux

Reviewed-by: Daniel Stone <daniels@collabora.com>
dev
Valery Kartel 7 years ago committed by Daniel Stone
parent 8c919b488c
commit d4512f6aa1
  1. 1
      tests/timespec-test.c

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

Loading…
Cancel
Save