diff --git a/src/asahi/lib/agx_device.h b/src/asahi/lib/agx_device.h index 2baca344c9d..c537d1cace3 100644 --- a/src/asahi/lib/agx_device.h +++ b/src/asahi/lib/agx_device.h @@ -56,6 +56,7 @@ struct agx_device { #else int fd; #endif + struct renderonly *ro; pthread_mutex_t bo_map_lock; struct util_sparse_array bo_map;