Index: sdk/lib/io/path.dart |
diff --git a/sdk/lib/io/path.dart b/sdk/lib/io/path.dart |
index dcf492e0d3caac55a9dcab398176d420ccd08ce5..82a73023045a8156e5621d200f5550168b7f1277 100644 |
--- a/sdk/lib/io/path.dart |
+++ b/sdk/lib/io/path.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; |
+ |
/** |
* A Path, which is a String interpreted as a sequence of path segments, |
* which are strings, separated by forward slashes. |