mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-10 02:11:44 +01:00
13 lines
371 B
Diff
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"
|