libs/nixio: d'oh ... import tostring() as well
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 26 Jul 2009 22:34:06 +0000 (22:34 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 26 Jul 2009 22:34:06 +0000 (22:34 +0000)
libs/nixio/lua/nixio/util.lua

index bce4ce25e1c05e88c45d9fc7243dc27f90ab3dd8..401ec615eb07cb9e14f03ee67a4299e4f79bb8b8 100644 (file)
@@ -14,7 +14,8 @@ $Id$
 
 local table = require "table"
 local nixio = require "nixio"
-local getmetatable, assert, pairs, type = getmetatable, assert, pairs, type
+local getmetatable, assert, pairs, type, tostring =
+       getmetatable, assert, pairs, type, tostring
 
 module "nixio.util"