fix load error
parent
0141a9a591
commit
adc6f4de73
|
@ -1,7 +1,8 @@
|
||||||
! Copyright (C) 2007 Doug Coleman.
|
! Copyright (C) 2007 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.c-types alien.syntax byte-arrays io
|
USING: alien alien.c-types alien.syntax byte-arrays io
|
||||||
io.sockets.impl kernel structs math prettyprint ;
|
io.sockets.impl kernel structs math math.parser
|
||||||
|
prettyprint sequences ;
|
||||||
IN: io.sockets.headers
|
IN: io.sockets.headers
|
||||||
|
|
||||||
C-STRUCT: etherneth
|
C-STRUCT: etherneth
|
||||||
|
|
Loading…
Reference in New Issue