radeonsi: include ac_binary.h for struct ac_shader_binary
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 16 Jun 2017 18:53:50 +0000 (19:53 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 17 Jun 2017 10:38:02 +0000 (11:38 +0100)
commit1f958c1337290b4062a77f79fc101bb9f4bdf515
tree56ac0ced91387c7e6fca4a8b40bf66d0340cfef6
parent7e1c42cf89bcbc670747d2ca95851873cbb7be39
radeonsi: include ac_binary.h for struct ac_shader_binary

The header embeds the struct so it needs the header inclusion instead of
the dummy forward declaration.

Cc: Nicolai Hähnle <nicolai.haehnle@amd.com>
Cc: Marek Olšák <marek.olsak@amd.com>
Cc: Tom Stellard <tstellar@redhat.com>
Fixes: 32206c5e560 ("radeonsi: Add radeon_shader_binary member to struct
si_shader")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tested-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/gallium/drivers/radeonsi/si_shader.h