X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net%2FEndPointManager.cs;h=c589b99808ab7619d4aafe816a4aa6ff09b917bd;hb=9d17307d3bbc1233e8ccce1173fe4497e64504f6;hp=b3919d4258d3ab633bea6a09b01dbca10cbff0e1;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;p=mono.git diff --git a/mcs/class/System/System.Net/EndPointManager.cs b/mcs/class/System/System.Net/EndPointManager.cs index b3919d4258d..c589b99808a 100644 --- a/mcs/class/System/System.Net/EndPointManager.cs +++ b/mcs/class/System/System.Net/EndPointManager.cs @@ -25,7 +25,9 @@ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 + +#if NET_2_0 && SECURITY_DEP + using System.Collections; using System.Collections.Generic; namespace System.Net {