]> gitweb.factorcode.org Git - factor.git/commitdiff
iokit: fix load errors
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 15 Nov 2009 23:11:26 +0000 (17:11 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 15 Nov 2009 23:11:26 +0000 (17:11 -0600)
basis/game/input/iokit/iokit.factor
basis/iokit/hid/hid.factor

index 258f19ed5e38e5d9bf5a516a43f555b57a735c9f..efc586e1ef258e4e48f8ae3d1a8e4757a0b219ea 100755 (executable)
@@ -4,7 +4,7 @@ sequences locals combinators.short-circuit threads
 namespaces assocs arrays combinators hints alien
 core-foundation.run-loop accessors sequences.private
 alien.c-types alien.data math parser game.input vectors
-bit-arrays ;
+bit-arrays unix.types ;
 IN: game.input.iokit
 
 SINGLETON: iokit-game-input-backend
index b3894d7b496dfe867554160baa3994c7a0f5cb31..ca339a78ef2c3ea8308464118187942a1d6f2b0b 100644 (file)
@@ -1,7 +1,7 @@
 USING: iokit alien alien.syntax alien.c-types kernel system
 core-foundation core-foundation.arrays core-foundation.data
 core-foundation.dictionaries core-foundation.run-loop
-core-foundation.strings core-foundation.time ;
+core-foundation.strings core-foundation.time unix.types ;
 IN: iokit.hid
 
 CONSTANT: kIOHIDDeviceKey "IOHIDDevice"