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:
Alyssa Rosenzweig
2022-12-26 10:24:18 -05:00
committed by Marge Bot
parent d9dc77f068
commit c4c4f0502b

View File

@@ -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,