Index: frog/file_system_vm.dart |
diff --git a/frog/file_system_vm.dart b/frog/file_system_vm.dart |
index 3471fb0cb14ff32c3035b43310c5bbbdfea8ae26..7b2944e4af90d626d87e446c6106e293bb75b766 100644 |
--- a/frog/file_system_vm.dart |
+++ b/frog/file_system_vm.dart |
@@ -1,8 +1,9 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
// for details. All rights reserved. Use of this source code is governed by a |
// 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. */ |