zink: squashme: forward declare hash_table

Acked-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Erik Faye-Lund 2019-06-24 10:59:07 +02:00
parent fe34a35333
commit bb76a3f61d
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#include <stdint.h>
#include <stdlib.h>
struct hash_table;
struct spirv_buffer {
uint32_t *words;
size_t num_words, room;