Load util.array and util.iterator at startup
authorMatthew Wild <mwild1@gmail.com>
Tue, 31 Mar 2009 01:17:11 +0000 (02:17 +0100)
committerMatthew Wild <mwild1@gmail.com>
Tue, 31 Mar 2009 01:17:11 +0000 (02:17 +0100)
prosody

diff --git a/prosody b/prosody
index 57e705ceb8b3f1b5a6e6064af8621043d103f285..23dd1cff8ceca464cc1278aad68fe5c17f35492d 100755 (executable)
--- a/prosody
+++ b/prosody
@@ -85,6 +85,9 @@ require "core.usermanager"
 require "core.sessionmanager"
 require "core.stanza_router"
 
+require "util.array"
+require "util.iterators"
+
 -- Commented to protect us from 
 -- the second kind of people
 --[[