io.serial.unix.linux: fix missing vocab
parent
361c38d5a1
commit
7cc23adfff
|
@ -1,6 +1,6 @@
|
|||
! 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