fix more load errors
parent
6091c6964a
commit
6fe9daada5
|
@ -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 sequences system ;
|
USING: alien.c-types alien.syntax classes.struct kernel
|
||||||
|
sequences system ;
|
||||||
IN: io.serial.unix.termios
|
IN: io.serial.unix.termios
|
||||||
|
|
||||||
CONSTANT: NCCS 20
|
CONSTANT: NCCS 20
|
||||||
|
|
Loading…
Reference in New Issue