aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/dict.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dict.lua b/etc/dict.lua
index 31359d9..e5d4740 100644
--- a/etc/dict.lua
+++ b/etc/dict.lua
@@ -4,7 +4,7 @@
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id$
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
7require"luasocket" 7require"socket"
8 8
9function get_status(sock, valid) 9function get_status(sock, valid)
10 local line, err = sock:receive() 10 local line, err = sock:receive()