From bcf61486ab2db8933b2ac297e09a1fc92bf5c545 Mon Sep 17 00:00:00 2001 From: jfrijters Date: Wed, 10 Jun 2009 04:40:00 +0000 Subject: [PATCH] Fixed build break. --- runtime/openjdk.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/openjdk.cs b/runtime/openjdk.cs index 5d581b71..36bbe8e3 100644 --- a/runtime/openjdk.cs +++ b/runtime/openjdk.cs @@ -31,6 +31,7 @@ using System.Runtime.CompilerServices; using System.Runtime.Serialization; using System.Text; using System.Threading; +using System.Runtime.InteropServices; using StackFrame = System.Diagnostics.StackFrame; using StackTrace = System.Diagnostics.StackTrace; using SystemArray = System.Array; @@ -116,7 +117,6 @@ using jnInet6Address = java.net.Inet6Address; using jnNetworkInterface = java.net.NetworkInterface; using jnInterfaceAddress = java.net.InterfaceAddress; using ssaGetPropertyAction = sun.security.action.GetPropertyAction; -using System.Runtime.InteropServices; #endif namespace IKVM.Runtime