]> gitweb.factorcode.org Git - factor.git/commitdiff
terminal.linux: fix using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Oct 2012 23:02:11 +0000 (16:02 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Oct 2012 23:02:11 +0000 (16:02 -0700)
extra/terminal/linux/linux.factor

index c8cefbeeafa8d88f3a1741fdd865170b0c1e630f..7d3120f5cc14196fddaca2fc4b1de4011c8b5ec3 100644 (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