From c156b3935be778e2b291649eb3c97333a6ecf803 Mon Sep 17 00:00:00 2001
From: Matthew Wild <mwild1@gmail.com>
Date: Tue, 31 Mar 2009 02:17:11 +0100
Subject: Load util.array and util.iterator at startup

---
 prosody | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/prosody b/prosody
index 57e705ce..23dd1cff 100755
--- 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
 --[[ 
-- 
cgit v1.2.3