From: Peter Seiderer Date: Sun, 22 Mar 2020 10:48:31 +0000 (+0100) Subject: pan_bo.h: add time.h include for time_t X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d512028d06c40ba56b642095379638b49ebf4a23;p=mesa.git 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 Reviewed-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/encoder/pan_bo.h b/src/panfrost/encoder/pan_bo.h index fc20ceed1d4..7773b2baaab 100644 --- a/src/panfrost/encoder/pan_bo.h +++ b/src/panfrost/encoder/pan_bo.h @@ -29,6 +29,7 @@ #include #include "util/list.h" #include "pan_device.h" +#include /* Flags for allocated memory */