fix using list, reported by zimbatm

db4
Doug Coleman 2009-11-15 10:55:41 -06:00
parent 53a88147ec
commit 6091c6964a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
! Copyright (C) 2008 Doug Coleman. ! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien.syntax classes.struct kernel system unix ; USING: alien.c-types alien.syntax classes.struct kernel system
unix ;
IN: io.serial.unix.termios IN: io.serial.unix.termios
CONSTANT: NCCS 32 CONSTANT: NCCS 32