Index: sdk/lib/io/socket.dart |
diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart |
index 19fc0eb9c1ba6b85e2033541a694cded4819fcf3..84b5e75b38798dc577d2c37fd111a24a01dfca78 100644 |
--- a/sdk/lib/io/socket.dart |
+++ b/sdk/lib/io/socket.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+part of dart.io; |
+ |
abstract class ServerSocket { |
/** |
* Constructs a new server socket, binds it to a given address and port, |