[System]: Make Test/System.Net.Sockets compile.
authorMartin Baulig <martin.baulig@xamarin.com>
Wed, 28 Sep 2016 11:35:10 +0000 (13:35 +0200)
committerMartin Baulig <martin.baulig@xamarin.com>
Wed, 28 Sep 2016 11:37:30 +0000 (13:37 +0200)
(cherry picked from commit c2e7ca6c99d4ae16832b2e00acde7eafd668de14)

mcs/class/System/Test/System.Net.Sockets/SocketAcceptAsyncTest.cs

index cc2d8249fd3a63a57d8ab4713b8fc012235d4d78..d09341b9710d9d781ea7e4852ccdd15303c06bdf 100644 (file)
@@ -1,3 +1,4 @@
+using System;
 using System.Threading;
 using System.Net;
 using System.Net.Sockets;