]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix bootstrap on windows
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 1 Apr 2010 23:48:25 +0000 (18:48 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 1 Apr 2010 23:48:41 +0000 (18:48 -0500)
basis/io/pipes/windows/nt/nt.factor

index f87a98ab91fd49a0b7b6286c07c7a0aa2acd11ab..d58e5e3d5f883b18334fb8df40c94cf286829443 100644 (file)
@@ -3,7 +3,7 @@
 USING: alien alien.c-types arrays destructors io io.backend.windows libc
 windows.types math.bitwise windows.kernel32 windows namespaces
 make kernel sequences windows.errors assocs math.parser system
-random combinators accessors io.pipes io.ports ;
+random combinators accessors io.pipes io.ports literals ;
 IN: io.pipes.windows.nt
 
 ! This code is based on