| Index: utils/archive/entry_request.dart
|
| diff --git a/utils/archive/entry_request.dart b/utils/archive/entry_request.dart
|
| index ce7dc49515fa4908166c2983b9d0286fb9e32fab..f2af59f5afc73620f3a7b123f6e82b31c9e52d10 100644
|
| --- a/utils/archive/entry_request.dart
|
| +++ b/utils/archive/entry_request.dart
|
| @@ -5,7 +5,7 @@
|
| /** The request ids for entry-related messages to send to the C extension. */
|
| #library("entry_request");
|
|
|
| -#import("read_request", prefix: "read");
|
| +#import("read_request.dart", prefix: "read");
|
|
|
| final int _first = read.LAST;
|
|
|
|
|