* fix windows build break - it helps if one actually puts in using statements and spells dlls correctly

This commit is contained in:
Justin Clarke Casey
2008-10-09 21:43:43 +00:00
parent 5212a26d29
commit 7bdfc16535
2 changed files with 4 additions and 2 deletions

View File

@@ -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;