diff --git a/webrtc/base/virtualsocketserver.cc b/webrtc/base/virtualsocketserver.cc index 57f218e91b..1e9c5bbe24 100644 --- a/webrtc/base/virtualsocketserver.cc +++ b/webrtc/base/virtualsocketserver.cc @@ -27,7 +27,7 @@ namespace rtc { #if defined(WEBRTC_WIN) -const in_addr kInitialNextIPv4 = { {0x01, 0, 0, 0} }; +const in_addr kInitialNextIPv4 = { { { 0x01, 0, 0, 0 } } }; #else // This value is entirely arbitrary, hence the lack of concern about endianness. const in_addr kInitialNextIPv4 = { 0x01000000 };