hotspot/src/share/vm/runtime/safepoint.cpp
changeset 10565 dc90c239f4ec
parent 9990 c8683968c01b
child 11631 33813f69207b
--- a/hotspot/src/share/vm/runtime/safepoint.cpp	Tue Sep 20 23:50:16 2011 -0700
+++ b/hotspot/src/share/vm/runtime/safepoint.cpp	Sun Sep 25 16:03:29 2011 -0700
@@ -78,6 +78,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "thread_windows.inline.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_bsd
+# include "thread_bsd.inline.hpp"
+#endif
 #ifndef SERIALGC
 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
 #include "gc_implementation/shared/concurrentGCThread.hpp"