summaryrefslogtreecommitdiffstats
path: root/ffd/tlv_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/tlv_types.h')
-rw-r--r--ffd/tlv_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffd/tlv_types.h b/ffd/tlv_types.h
index 221240e..dcb44b4 100644
--- a/ffd/tlv_types.h
+++ b/ffd/tlv_types.h
@@ -41,7 +41,7 @@ typedef struct __attribute__((packed)) _ffd_tlv_ihu_t {
uint8_t reserved;
uint16_t rxcost;
uint16_t interval;
- uint8_t address[0];
+ uint8_t address[];
} ffd_tlv_ihu_t;
#endif /* _FFD_TLV_TYPES_H_ */