diff options
author | Justin Clarke Casey | 2009-01-02 19:43:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-02 19:43:30 +0000 |
commit | 401a0d0a0ae7be76c9babe865cfb89dafc985538 (patch) | |
tree | e8a0a2940e15664f71723553e249410537e05f44 /OpenSim/Region | |
parent | Fix another build error on MonoDevelop (diff) | |
download | opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.zip opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.tar.gz opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.tar.bz2 opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.tar.xz |
* Add Nini reference to Communications.OGS1
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index c0fecee..faad884 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -39,6 +39,7 @@ using System.Security.Authentication; | |||
39 | using System.Threading; | 39 | using System.Threading; |
40 | using OpenMetaverse; | 40 | using OpenMetaverse; |
41 | using log4net; | 41 | using log4net; |
42 | using Nini; | ||
42 | using Nwc.XmlRpc; | 43 | using Nwc.XmlRpc; |
43 | using OpenSim.Framework; | 44 | using OpenSim.Framework; |
44 | using OpenSim.Framework.Communications; | 45 | using OpenSim.Framework.Communications; |