Skip to content

Commit

Permalink
Fix compilation problem in windows with the gcc compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
aarizaq committed Jan 17, 2017
1 parent c76c1c1 commit 1fa872c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inet/common/serializer/sctp/headers/sctphdr.h
Expand Up @@ -412,7 +412,7 @@ struct heartbeat_info
uint16_t length;
union
{
uint8_t info[];
uint8_t info[0];
struct
{
union
Expand Down

0 comments on commit 1fa872c

Please sign in to comment.