--- old/src/share/vm/utilities/ostream.cpp Tue Sep 13 12:19:44 2011 +++ new/src/share/vm/utilities/ostream.cpp Tue Sep 13 12:19:44 2011 @@ -39,6 +39,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "os_bsd.inline.hpp" +#endif extern "C" void jio_print(const char* s); // Declarationtion of jvm method