fix using

db4
Doug Coleman 2008-10-08 14:59:05 -05:00
parent 8627a30b6c
commit 967a8375ec
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
USING: alien.syntax alien.c-types math ;
USING: alien.syntax alien.c-types math vocabs.loader ;
IN: unix
: FD_SETSIZE 256 ; inline

View File

@ -1,6 +1,6 @@
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: alien.syntax vocabs.loader ;
USING: alien.syntax ;
IN: unix
C-STRUCT: sockaddr_storage