]> gitweb.factorcode.org Git - factor.git/commitdiff
Add missing structs dependency needed for Unix bootstraping
authorSamuel Tardieu <sam@rfc1149.net>
Sat, 19 Jan 2008 13:18:30 +0000 (14:18 +0100)
committerSamuel Tardieu <sam@rfc1149.net>
Sat, 19 Jan 2008 13:18:30 +0000 (14:18 +0100)
extra/io/unix/backend/select/select.factor

index b132c8b9e8aff75152820bc3e2c5972b55986699..3c808a278f4730beaa7d69f1d34f29eedca93004 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2004, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.syntax kernel io.nonblocking io.unix.backend
-bit-arrays sequences assocs unix math namespaces ;
+bit-arrays sequences assocs unix math namespaces structs ;
 IN: io.unix.backend.select
 
 TUPLE: unix-select-io ;