Fix load error in unix.debugger

db4
Slava Pestov 2008-12-08 18:48:35 -06:00
parent 7940020491
commit 403ae9db9e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: debugger prettyprint accessors io ;
USING: debugger prettyprint accessors unix io kernel ;
IN: unix.debugger
M: unix-error error.