diff options
Diffstat (limited to 'src/panfrost/pandecode/decode.c')
-rw-r--r-- | src/panfrost/pandecode/decode.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdbool.h> #include <stdarg.h> #include "decode.h" +#include "util/macros.h" #include "util/u_math.h" #include "pan_pretty_print.h" |