From eedeee0094841c863e2f6ddd8bc2212d011e0e2f Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Sun, 22 Mar 2020 11:48:31 +0100 Subject: [PATCH] pan_bo.h: add time.h include for time_t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: (cherry picked from commit d512028d06c40ba56b642095379638b49ebf4a23) --- .pick_status.json | 2 +- src/panfrost/encoder/pan_bo.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 3f696c385b1..e90fd3569cf 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -886,7 +886,7 @@ "description": "pan_bo.h: add time.h include for time_t", "nominated": false, "nomination_type": null, - "resolution": 4, + "resolution": 1, "master_sha": null, "because_sha": null }, 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 */