]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/serial/unix/unix.factor
move some allocation words that don't really have much to do with c types out of...
[factor.git] / extra / io / serial / unix / unix.factor
index 1ba8031dfc25ec5e70693f701cc0a770008563ea..57c30dde15411fefa4fed28db16f4ba49c81fff5 100644 (file)
@@ -1,8 +1,9 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types alien.syntax combinators io.ports
-io.streams.duplex system kernel math math.bitwise
-vocabs.loader unix io.serial io.serial.unix.termios io.backend.unix ;
+USING: accessors alien.c-types alien.syntax alien.data 
+combinators io.ports io.streams.duplex system kernel
+math math.bitwise vocabs.loader unix io.serial
+io.serial.unix.termios io.backend.unix ;
 IN: io.serial.unix
 
 << {