hotspot/src/share/vm/runtime/mutexLocker.hpp
changeset 10565 dc90c239f4ec
parent 8110 c992c8d52344
child 11480 1bf714e8adb4
child 11584 e1df4d08a1f4
--- a/hotspot/src/share/vm/runtime/mutexLocker.hpp	Tue Sep 20 23:50:16 2011 -0700
+++ b/hotspot/src/share/vm/runtime/mutexLocker.hpp	Sun Sep 25 16:03:29 2011 -0700
@@ -36,6 +36,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "os_windows.inline.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_bsd
+# include "os_bsd.inline.hpp"
+#endif
 
 // Mutexes used in the VM.