Nativelib - Fix clang compilation issues
[tpg/acess2.git] / KernelLand / Modules / IPStack / ipv6.h
index 35cd742..fec00f7 100644 (file)
@@ -32,7 +32,7 @@ struct sIPv6Header
        Uint8   HopLimit;
        tIPv6   Source;
        tIPv6   Destination;
-       char    Data[];
+       char    Data[0];
 };
 
 #define IPV6_ETHERNET_ID       0x86DD

UCC git Repository :: git.ucc.asn.au