]> gitweb.factorcode.org Git - factor.git/commitdiff
fix contrib/process to work on windows
authorerg <erg@trifocus.net>
Sat, 7 Oct 2006 00:24:40 +0000 (00:24 +0000)
committererg <erg@trifocus.net>
Sat, 7 Oct 2006 00:24:40 +0000 (00:24 +0000)
contrib/process.factor

index 1d63bbe82c459c0ddc0a51d4658f8565fe1fa991..b4c1f6779b8feaaca3e4a3ae61137f015782d30e 100644 (file)
@@ -1,6 +1,7 @@
 IN: process
 USING: compiler io io-internals kernel parser generic ;
 
+LIBRARY: libc
 FUNCTION: int system ( char* command ) ;
 
 FUNCTION: void* popen ( char* command, char* type ) ;