fix more load errors

db4
Doug Coleman 2009-11-15 11:17:23 -06:00
parent 6091c6964a
commit 6fe9daada5
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
! Copyright (C) 2008 Doug Coleman.
! 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
CONSTANT: NCCS 20