blob: 3f64c83a5bcd5c79c53dc606d8fd923d2dfc1c4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"
|