freedreno/a6xx: Add missing include to fd6_pack.h

Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40853>
This commit is contained in:
Karmjit Mahil 2025-11-13 14:23:31 +00:00 committed by Marge Bot
parent b6ddd10d21
commit 35f6efac76

View file

@ -6,6 +6,7 @@
#ifndef FD6_PACK_H
#define FD6_PACK_H
#include <stdbool.h>
#include <stdint.h>
#include "fd6_hw.h"