diff --git a/gtests/net/packetdrill/tun.h b/gtests/net/packetdrill/tun.h
index 6a28201560f98d27d2ba877a31290886ee78c878..d6187c5553cc024885ef904cf5a88d58685902e2 100644
--- a/gtests/net/packetdrill/tun.h
+++ b/gtests/net/packetdrill/tun.h
@@ -111,7 +111,7 @@ struct tun_pi {
 struct tun_filter {
 	__u16  flags; /* TUN_FLT_ flags see above */
 	__u16  count; /* Number of addresses */
-	__u8   addr[0][ETH_ALEN];
+	__u8   addr[][ETH_ALEN];
 };
 
 #endif /* __TUN_H__ */