]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/postgresql/postgresql.factor
Updating code for make and fry changes
[factor.git] / basis / db / postgresql / postgresql.factor
index ae31b168cb0916b88a410915a8bd831055934a98..38fa4cc715227d59ca01ad11a634f56ec2908db3 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2007, 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays assocs alien alien.syntax continuations io
-kernel math math.parser namespaces prettyprint quotations
+kernel math math.parser namespaces make prettyprint quotations
 sequences debugger db db.postgresql.lib db.postgresql.ffi
 db.tuples db.types tools.annotations math.ranges
 combinators classes locals words tools.walker