aports/main/mesa/time_h.patch
2020-03-07 18:08:50 -03:00

13 lines
371 B
Diff

diff --git a/src/gallium/drivers/panfrost/pan_bo.h b/src/gallium/drivers/panfrost/pan_bo.h
index 414c356..128f733 100644
--- a/src/gallium/drivers/panfrost/pan_bo.h
+++ b/src/gallium/drivers/panfrost/pan_bo.h
@@ -26,6 +26,7 @@
#ifndef __PAN_BO_H__
#define __PAN_BO_H__
+#include <time.h>
#include <panfrost-misc.h>
#include "pipe/p_state.h"
#include "util/list.h"