Index: pkg/lk/lib/framebuffer.dart |
diff --git a/pkg/lk/lib/framebuffer.dart b/pkg/lk/lib/framebuffer.dart |
index ed3ad815e06f38aa5d5ea66fabe4b4317f3113e9..5c95496fd158abc39c13d5bd4b815cf02458889b 100644 |
--- a/pkg/lk/lib/framebuffer.dart |
+++ b/pkg/lk/lib/framebuffer.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-import 'dart:fletch.ffi'; |
+import 'dart:dartino.ffi'; |
import 'dart:math'; |
class FrameBuffer { |