From 66373950734172e35bb855ce11bd415ee1985be3 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Fri, 9 Aug 2019 16:39:58 +0300 Subject: [PATCH] panfrost: prepare for p_compiler.h dependency removal Signed-off-by: Lionel Landwerlin Reviewed-by: Alyssa Rosenzweig Acked-by: Eric Engestrom --- src/panfrost/pandecode/decode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c index 60adec59699..5bbff08f728 100644 --- a/src/panfrost/pandecode/decode.c +++ b/src/panfrost/pandecode/decode.c @@ -30,6 +30,7 @@ #include #include #include "decode.h" +#include "util/macros.h" #include "util/u_math.h" #include "pan_pretty_print.h" -- 2.30.2