From: Lionel Landwerlin Date: Fri, 9 Aug 2019 13:39:58 +0000 (+0300) Subject: panfrost: prepare for p_compiler.h dependency removal X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66373950734172e35bb855ce11bd415ee1985be3;p=mesa.git panfrost: prepare for p_compiler.h dependency removal Signed-off-by: Lionel Landwerlin Reviewed-by: Alyssa Rosenzweig Acked-by: Eric Engestrom --- 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"