fix using
parent
8627a30b6c
commit
967a8375ec
|
@ -1,4 +1,4 @@
|
||||||
USING: alien.syntax alien.c-types math ;
|
USING: alien.syntax alien.c-types math vocabs.loader ;
|
||||||
IN: unix
|
IN: unix
|
||||||
|
|
||||||
: FD_SETSIZE 256 ; inline
|
: FD_SETSIZE 256 ; inline
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.syntax vocabs.loader ;
|
USING: alien.syntax ;
|
||||||
IN: unix
|
IN: unix
|
||||||
|
|
||||||
C-STRUCT: sockaddr_storage
|
C-STRUCT: sockaddr_storage
|
||||||
|
|
Loading…
Reference in New Issue