diff --git a/extra/db/mysql/lib/lib.factor b/extra/db/mysql/lib/lib.factor index 47033c1c61..db8c08180b 100644 --- a/extra/db/mysql/lib/lib.factor +++ b/extra/db/mysql/lib/lib.factor @@ -3,7 +3,7 @@ ! Adapted from mysql.h and mysql.c ! Tested with MySQL version - 5.0.24a USING: kernel alien io prettyprint sequences -namespaces arrays math db.mysql.ffi system ; +namespaces arrays math db.mysql.ffi system accessors ; IN: db.mysql.lib SYMBOL: my-conn