]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/unix/kqueue/kqueue.factor
Fixing basis -> extra dependencies
[factor.git] / basis / io / unix / kqueue / kqueue.factor
index 8888d0182f2a5a9cf59534905cdcc388a1aeb092..b3e69a453cd8ae18942695187a7a41f4349f836c 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.c-types kernel math math.bitfields namespaces
+USING: alien.c-types kernel math math.bitwise namespaces
 locals accessors combinators threads vectors hashtables
 sequences assocs continuations sets
 unix unix.time unix.kqueue unix.process