changeset 4306:05a3923f516f

7035077: Minor addition to the changes for 7003962 Reviewed-by: chegar
author dcherepanov
date Fri, 08 Apr 2011 17:58:18 +0400
parents 7181441faf72
children 557bd9b5d92f
files src/windows/native/sun/windows/DllUtil.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/windows/native/sun/windows/DllUtil.cpp	Fri Apr 08 16:44:14 2011 +0400
+++ b/src/windows/native/sun/windows/DllUtil.cpp	Fri Apr 08 17:58:18 2011 +0400
@@ -25,7 +25,7 @@
 
 
 #include "DllUtil.h"
-#include <jdk_util_md.h>
+#include <jdk_util.h>
 
 // Disable warning about using this in the initializer list.
 #pragma warning( disable : 4355)