]> gitweb.factorcode.org Git - factor.git/blobdiff - contrib/process.factor
fix contrib/process to work on windows
[factor.git] / 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 ) ;