diff options
author | Lionel Landwerlin <[email protected]> | 2019-08-09 16:39:58 +0300 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2019-08-09 22:50:03 +0300 |
commit | 66373950734172e35bb855ce11bd415ee1985be3 (patch) | |
tree | 51006195ef5cc2c15c00be58aca9e0d872a37acf /src | |
parent | 351c2ad157fd73ec05315b66bd65add659b93efc (diff) |
panfrost: prepare for p_compiler.h dependency removal
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Acked-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src')
-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" |