pan_bo.h: add time.h include for time_t

Fixes:

  ../src/gallium/drivers/panfrost/pan_bo.h:93:9: error: unknown type name ‘time_t’

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4279>
This commit is contained in:
Peter Seiderer 2020-03-22 11:48:31 +01:00
parent 07ba5e47e6
commit d512028d06
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <panfrost-misc.h>
#include "util/list.h"
#include "pan_device.h"
#include <time.h>
/* Flags for allocated memory */