--- old/src/cpu/x86/vm/interp_masm_x86_32.cpp Tue Sep 13 12:17:55 2011 +++ new/src/cpu/x86/vm/interp_masm_x86_32.cpp Tue Sep 13 12:17:55 2011 @@ -45,6 +45,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "thread_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "thread_bsd.inline.hpp" +#endif // Implementation of InterpreterMacroAssembler