fix using list, reported by zimbatm
parent
a5bb3050de
commit
f53bdd3688
|
|
@ -1,6 +1,7 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! 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
|
||||
|
||||
CONSTANT: NCCS 32
|
||||
|
|
|
|||
Loading…
Reference in New Issue