asahi: Add missing #include's
Otherwise we won't build after clang-format shuffles headers. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20434>
This commit is contained in:

committed by
Marge Bot

parent
d9dc77f068
commit
c4c4f0502b
@@ -24,6 +24,9 @@
|
||||
#ifndef __ASAHI_MAGIC_H
|
||||
#define __ASAHI_MAGIC_H
|
||||
|
||||
#include "agx_state.h"
|
||||
#include <stdint.h>
|
||||
|
||||
unsigned
|
||||
demo_cmdbuf(uint64_t *buf, size_t size,
|
||||
struct agx_pool *pool,
|
||||
|
Reference in New Issue
Block a user