2020-03-22 13:15:20 +01:00
|
|
|
|
From fc93d357efd207525a4ddaac609ab5a6bf469bcd Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Peter Seiderer <ps.report@gmx.net>
|
|
|
|
|
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:
|
|
|
|
|
|
2020-05-29 08:24:35 +02:00
|
|
|
|
../src/panfrost/encoder/pan_bo.h:93:9: error: unknown type name ‘time_t’
|
2020-03-22 13:15:20 +01:00
|
|
|
|
|
|
|
|
|
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
2020-05-29 08:24:35 +02:00
|
|
|
|
[Bernd: rebased on 20.1]
|
|
|
|
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
2020-03-22 13:15:20 +01:00
|
|
|
|
---
|
2020-05-29 08:24:35 +02:00
|
|
|
|
src/panfrost/encoder/pan_bo.h | 1 +
|
2020-03-22 13:15:20 +01:00
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
2020-05-29 08:24:35 +02:00
|
|
|
|
diff --git a/src/panfrost/encoder/pan_bo.h b/src/panfrost/encoder/pan_bo.h
|
2020-03-22 13:15:20 +01:00
|
|
|
|
index 414c356b95c..6dda393095d 100644
|
2020-05-29 08:24:35 +02:00
|
|
|
|
--- a/src/panfrost/encoder/pan_bo.h
|
|
|
|
|
+++ b/src/panfrost/encoder/pan_bo.h
|
2020-03-22 13:15:20 +01:00
|
|
|
|
@@ -29,6 +29,7 @@
|
|
|
|
|
#include <panfrost-misc.h>
|
|
|
|
|
#include "util/list.h"
|
2020-05-29 08:24:35 +02:00
|
|
|
|
#include "pan_device.h"
|
2020-03-22 13:15:20 +01:00
|
|
|
|
+#include <time.h>
|
|
|
|
|
|
2020-05-29 08:24:35 +02:00
|
|
|
|
/* Flags for allocated memory */
|
2020-03-22 13:15:20 +01:00
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
2.25.1
|
|
|
|
|
|