diff options
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_resource.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/pan_resource.h b/src/gallium/drivers/panfrost/pan_resource.h index 78baffbd1b2..af92fa48ec9 100644 --- a/src/gallium/drivers/panfrost/pan_resource.h +++ b/src/gallium/drivers/panfrost/pan_resource.h @@ -29,7 +29,7 @@ #include <panfrost-job.h> #include "pan_screen.h" #include "pan_allocate.h" -#include <drm.h> +#include "drm-uapi/drm.h" struct panfrost_bo { /* Address to the BO in question */ |