From 7bdfc165358df52a8f3ee3aa78920399c695723c Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 9 Oct 2008 21:43:43 +0000 Subject: * fix windows build break - it helps if one actually puts in using statements and spells dlls correctly --- OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs index c821ca2..22a8f5a 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs @@ -25,8 +25,10 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -using System; +using System.Net; using NUnit.Framework; +using OpenSim.Framework; +using OpenSim.Framework.Communications; using OpenSim.Region.ClientStack; using OpenSim.Region.ClientStack.LindenUDP; -- cgit v1.1