Chromium Code Reviews| Index: samples/total/src/TotalRunner.dart |
| diff --git a/samples/total/src/TotalRunner.dart b/samples/total/src/TotalRunner.dart |
| index f6c1e05d91c63806c0925d5d59a48bdc5082f6c2..097fb8daad619b1dc5213c4bd8c83837aafbdc17 100755 |
| --- a/samples/total/src/TotalRunner.dart |
| +++ b/samples/total/src/TotalRunner.dart |
| @@ -5,6 +5,8 @@ |
| #library("total:runner"); |
| +#import('dart:io'); |
| + |
| typedef void ExitCallback(int status, String exitString); |
| void main() { |