zink: squashme: forward declare hash_table
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 24 Jun 2019 08:59:07 +0000 (10:59 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 28 Oct 2019 08:51:45 +0000 (08:51 +0000)
Acked-by: Jordan Justen <jordan.l.justen@intel.com>
src/gallium/drivers/zink/nir_to_spirv/spirv_builder.h

index d5f0e83..7b98be7 100644 (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;