| Index: lib/compiler/implementation/lib/io.dart
|
| diff --git a/lib/compiler/implementation/lib/io.dart b/lib/compiler/implementation/lib/io.dart
|
| index 523306255c394069275324f4b8ad4bba28f3207f..1231517d17dd23120e47e27e2de6c5d80faa42f1 100644
|
| --- a/lib/compiler/implementation/lib/io.dart
|
| +++ b/lib/compiler/implementation/lib/io.dart
|
| @@ -15,6 +15,7 @@
|
| // TODO(ahe): Should Leg support this library?
|
| // #import("dart:nativewrappers");
|
| #import("dart:uri");
|
| +#import("dart:crypto");
|
| #source('../../../../runtime/bin/buffer_list.dart');
|
| #source('../../../../runtime/bin/common.dart');
|
| #source('../../../../runtime/bin/chunked_stream.dart');
|
|
|