Index: frog/file_system_vm.dart |
diff --git a/frog/file_system_vm.dart b/frog/file_system_vm.dart |
index 3471fb0cb14ff32c3035b43310c5bbbdfea8ae26..372805e22a87bb661b0df11b2809ac56c392cded 100644 |
--- a/frog/file_system_vm.dart |
+++ b/frog/file_system_vm.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library('file_system_vm'); |
+#import('dart:io'); |
#import('file_system.dart'); |
/** File system implementation using the vm api's. */ |