hotspot/src/share/vm/runtime/thread.hpp
changeset 10565 dc90c239f4ec
parent 10517 f92c9ff3a15f
child 10739 91935236600e
--- a/hotspot/src/share/vm/runtime/thread.hpp	Tue Sep 20 23:50:16 2011 -0700
+++ b/hotspot/src/share/vm/runtime/thread.hpp	Sun Sep 25 16:03:29 2011 -0700
@@ -1607,6 +1607,12 @@
 #ifdef TARGET_OS_ARCH_linux_ppc
 # include "thread_linux_ppc.hpp"
 #endif
+#ifdef TARGET_OS_ARCH_bsd_x86
+# include "thread_bsd_x86.hpp"
+#endif
+#ifdef TARGET_OS_ARCH_bsd_zero
+# include "thread_bsd_zero.hpp"
+#endif
 
 
  public: