]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/odbc/odbc.factor
Updating code for make and fry changes
[factor.git] / extra / odbc / odbc.factor
index faa6c4835470d5141d9b5009d23cb0d3939c0fed..267c7be312d6640e401a269758b3f183927f1614 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2007 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors kernel alien alien.strings alien.syntax
-combinators alien.c-types strings sequences namespaces words
-math threads io.encodings.ascii ;
+combinators alien.c-types strings sequences namespaces make
+words math threads io.encodings.ascii ;
 IN: odbc
 
 << "odbc" "odbc32.dll" "stdcall" add-library >>