diff options
Diffstat (limited to 'src/tag.h')
-rw-r--r-- | src/tag.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,7 @@ #pragma once #include "stream.h" +#include "map.h" #include <stdint.h> #include <stdbool.h> @@ -46,10 +47,7 @@ typedef union { int32_t size; struct tag_t *tags; } list; - struct { - int32_t size; - struct tag_t *tags; - } compound; + map_t compound; struct { int32_t size; int32_t *data; |