summaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tag.h b/src/tag.h
index d0033a5..81d1950 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -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;