Index: utils/pub/sdk_source.dart |
diff --git a/utils/pub/sdk_source.dart b/utils/pub/sdk_source.dart |
index e3de4262b5a5bf16fadcd72cc6e89c07cd8c5f2a..ef79fdcf690c11622ecc45afb40e2d2947402859 100644 |
--- a/utils/pub/sdk_source.dart |
+++ b/utils/pub/sdk_source.dart |
@@ -2,6 +2,12 @@ |
// 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. |
+#library('sdk_source'); |
+ |
+#import('io.dart'); |
+#import('package.dart'); |
+#import('source.dart'); |
+ |
/** |
* A package source that uses libraries from the Dart SDK. |
* |