From c4427c2b53852785d819a16b7823a3294a6eedfe Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Fri, 8 Jan 2021 10:51:37 +0100 Subject: [PATCH] ac/rgp: add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The build would fail without this include if -std=gnu17 is used. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4057 Fixes: ffdfe136e67 ("ac/sqtt: move rgp/sqtt def to ac") Reviewed-by: Samuel Pitoiset Reviewed-by: Marek Olšák Part-of: --- src/amd/common/ac_sqtt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/common/ac_sqtt.h b/src/amd/common/ac_sqtt.h index e993704e1b7..30361bc60ad 100644 --- a/src/amd/common/ac_sqtt.h +++ b/src/amd/common/ac_sqtt.h @@ -29,6 +29,7 @@ #include #include +#include #include "c11_compat.h" struct radeon_cmdbuf;