From 1fa872ca41ea95fc6feb3660befdbab6a7bb5c7b Mon Sep 17 00:00:00 2001 From: alfonso Date: Tue, 17 Jan 2017 17:02:43 +0100 Subject: [PATCH] Fix compilation problem in windows with the gcc compiler --- src/inet/common/serializer/sctp/headers/sctphdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inet/common/serializer/sctp/headers/sctphdr.h b/src/inet/common/serializer/sctp/headers/sctphdr.h index 6e7560435..115b1aa60 100644 --- a/src/inet/common/serializer/sctp/headers/sctphdr.h +++ b/src/inet/common/serializer/sctp/headers/sctphdr.h @@ -412,7 +412,7 @@ struct heartbeat_info uint16_t length; union { - uint8_t info[]; + uint8_t info[0]; struct { union