changeset 1557:dc8a866b7219

2009-05-21 Gary Benson <gbenson@redhat.com> * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp: Fix for x86 debug builds.
author Gary Benson <gbenson@redhat.com>
date Thu, 21 May 2009 15:35:17 +0100
parents e6672e95a9d7
children ffe92bbe7e84
files ChangeLog ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 20 16:18:58 2009 -0400
+++ b/ChangeLog	Thu May 21 15:35:17 2009 +0100
@@ -1,3 +1,8 @@
+2009-05-21  Gary Benson  <gbenson@redhat.com>
+
+	* ports/hotspot/src/share/vm/shark/sharkCompiler.cpp:
+	Fix for x86 debug builds.
+
 2009-05-20  Lillian Angel  <langel@redhat.com>
 
 	* rt/net/sourceforge/jnlp/tools/JarSigner.java: Move creation of 
--- a/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp	Wed May 20 16:18:58 2009 -0400
+++ b/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp	Thu May 21 15:35:17 2009 +0100
@@ -26,6 +26,8 @@
 #include "incls/_precompiled.incl"
 #include "incls/_sharkCompiler.cpp.incl"
 
+#include <fnmatch.h>
+
 using namespace llvm;
 
 SharkCompiler::SharkCompiler()