]> gitweb.factorcode.org Git - factor.git/commitdiff
fix using
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 29 Aug 2009 22:42:14 +0000 (17:42 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 29 Aug 2009 22:42:14 +0000 (17:42 -0500)
basis/windows/winsock/winsock.factor

index 7e6b2bd80364ad768633c641dfcef86b5be788b7..bd7304cde123da47d53fdb6e6e66d3e81ff46cb0 100755 (executable)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.c-types alien.strings alien.syntax arrays
 byte-arrays kernel math sequences windows.types windows.kernel32
-windows.errors math.bitwise io.encodings.utf16n ;
+windows.errors math.bitwise io.encodings.utf16n classes.struct ;
 IN: windows.winsock
 
 USE: libc