aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag')
-rw-r--r--src/tag/TagPool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/TagPool.cxx b/src/tag/TagPool.cxx
index 8e1e670c9..5f7a041cd 100644
--- a/src/tag/TagPool.cxx
+++ b/src/tag/TagPool.cxx
@@ -35,7 +35,7 @@ struct slot {
struct slot *next;
unsigned char ref;
TagItem item;
-} mpd_packed;
+} gcc_packed;
static struct slot *slots[NUM_SLOTS];