missing USING: for system-info.linux

release
Joe Groff 2010-04-15 13:48:14 -07:00
parent c261141e00
commit feb62f3e88
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: unix alien alien.c-types kernel math sequences strings USING: unix alien alien.c-types kernel math sequences strings
io.backend.unix splitting io.encodings.utf8 io.encodings.string io.backend.unix splitting io.encodings.utf8 io.encodings.string
specialized-arrays ; specialized-arrays alien.syntax ;
SPECIALIZED-ARRAY: char SPECIALIZED-ARRAY: char
IN: system-info.linux IN: system-info.linux