From 8769bad2c7631bdc99c8205ff2ab6ff8579a39a0 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 31 Aug 2008 02:56:40 -0500 Subject: [PATCH] accessors --- extra/db/mysql/lib/lib.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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