terminal.linux: fix using.

db4
John Benediktsson 2012-10-24 16:02:11 -07:00
parent b839d15b4a
commit 8cfc758735
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license
USING: accessors arrays classes.struct io.streams.c kernel
system terminal unix unix.ffi ;
math system terminal unix unix.ffi ;
QUALIFIED-WITH: alien.c-types c
IN: terminal.linux