fix using list, reported by zimbatm
parent
53a88147ec
commit
6091c6964a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue