| Index: lib/compiler/implementation/lib/io.dart
|
| diff --git a/lib/compiler/implementation/lib/io.dart b/lib/compiler/implementation/lib/io.dart
|
| index a45be35c9dadea06af9a8616a3a0f6a98c6d72f5..71ab7ea17da033ee7fb1347ee5e6c685b864c546 100644
|
| --- a/lib/compiler/implementation/lib/io.dart
|
| +++ b/lib/compiler/implementation/lib/io.dart
|
| @@ -18,6 +18,7 @@
|
| * sockets, processes, HTTP servers and clients, and more.
|
| */
|
| #library("dart:io");
|
| +
|
| #import("dart:coreimpl");
|
| #import("dart:math");
|
| #import("dart:isolate");
|
| @@ -26,6 +27,7 @@
|
| #import("dart:uri");
|
| #import("dart:crypto");
|
| #import("dart:utf");
|
| +
|
| #source('../../../../runtime/bin/buffer_list.dart');
|
| #source('../../../../runtime/bin/common.dart');
|
| #source('../../../../runtime/bin/chunked_stream.dart');
|
|
|