diff --git a/ebtree/ebtree.h b/ebtree/ebtree.h index 0ba42f1ba..6ac79d610 100644 --- a/ebtree/ebtree.h +++ b/ebtree/ebtree.h @@ -381,8 +381,9 @@ struct eb_node { short unsigned int pfx; /* data prefix length, always related to leaf */ } #ifdef HA_UNALIGNED - __attribute__((packed)); + __attribute__((packed)) #endif + ; /* Return the structure of type whose member points to */ #define eb_entry(ptr, type, member) container_of(ptr, type, member)