Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-01-20 06:06:34 +0300
committerJan Kotas <jkotas@microsoft.com>2017-01-20 06:06:34 +0300
commit1c6f01ae270eb26b4bcfee8e86f7bd9a4c463813 (patch)
treeda7020ce9638889fab4274d55615f3cfb80f4537
parentdbf52630bae18e0ef551cd08aa734996b085b724 (diff)
Fix another Unix build break
-rw-r--r--src/System.Private.CoreLib/src/System/Environment.Unix.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/src/System/Environment.Unix.cs b/src/System.Private.CoreLib/src/System/Environment.Unix.cs
index 7cf60c683..84ce40165 100644
--- a/src/System.Private.CoreLib/src/System/Environment.Unix.cs
+++ b/src/System.Private.CoreLib/src/System/Environment.Unix.cs
@@ -4,6 +4,7 @@
using System.Text;
using System.Runtime.InteropServices;
+using System.Threading;
namespace System
{