hotspot/src/share/vm/utilities/elfFile.cpp
changeset 10565 dc90c239f4ec
parent 9403 6f3c6231c20a
child 11483 4d3f4bca0019
--- a/hotspot/src/share/vm/utilities/elfFile.cpp	Tue Sep 20 23:50:16 2011 -0700
+++ b/hotspot/src/share/vm/utilities/elfFile.cpp	Sun Sep 25 16:03:29 2011 -0700
@@ -24,7 +24,7 @@
 
 #include "precompiled.hpp"
 
-#ifndef _WINDOWS
+#if !defined(_WINDOWS) && !defined(__APPLE__)
 
 #include <string.h>
 #include <stdio.h>