Index: sdk/lib/io/output_stream.dart |
diff --git a/sdk/lib/io/output_stream.dart b/sdk/lib/io/output_stream.dart |
index c20f271418bb990a9cfb65ba96917737639404b8..ecccced62e60756575338e11151ab52ee779a300 100644 |
--- a/sdk/lib/io/output_stream.dart |
+++ b/sdk/lib/io/output_stream.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; |
+ |
/** |
* Output streams are used to write data sequentially to a data |
* destination e.g. a connected socket or an open file. |