]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/serial/unix/unix.factor
Fixing basis -> extra dependencies
[factor.git] / extra / serial / unix / unix.factor
index 7ed5bced37df7e40b7abb729ad7b8bbcd29758b1..90dbd185bd28723767c1fb6484165ef3e54541a1 100644 (file)
@@ -1,7 +1,7 @@
 ! 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 io.unix.backend system kernel math math.bitfields
+io.streams.duplex io.unix.backend system kernel math math.bitwise
 vocabs.loader unix serial serial.unix.termios ;
 IN: serial.unix