From 9b67afb55d87fd593e3612e72328885f7b7573e9 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sat, 7 Jan 2023 15:06:26 -0500 Subject: [PATCH] agx: Fix missing #include Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/lib/agx_ppp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/asahi/lib/agx_ppp.h b/src/asahi/lib/agx_ppp.h index fd3c2d9c592..adfd3908e60 100644 --- a/src/asahi/lib/agx_ppp.h +++ b/src/asahi/lib/agx_ppp.h @@ -24,6 +24,7 @@ #define AGX_PPP_H #include "asahi/lib/agx_pack.h" +#include "pool.h" /* Opaque structure representing a PPP update */ struct agx_ppp_update {