Fix compile error on FreeBSD

db4
Slava Pestov 2009-03-08 01:13:53 -06:00
parent 6330272760
commit 2e158b2e08
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
USING: alien.syntax ;
IN: unix
: FD_SETSIZE 1024 ;
CONSTANT: FD_SETSIZE 1024
C-STRUCT: addrinfo
{ "int" "flags" }