hotspot/src/share/vm/prims/nativeLookup.cpp
changeset 10565 dc90c239f4ec
parent 9116 9bc44be338d6
child 11637 030466036615
--- a/hotspot/src/share/vm/prims/nativeLookup.cpp	Tue Sep 20 23:50:16 2011 -0700
+++ b/hotspot/src/share/vm/prims/nativeLookup.cpp	Sun Sep 25 16:03:29 2011 -0700
@@ -49,6 +49,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "os_windows.inline.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_bsd
+# include "os_bsd.inline.hpp"
+#endif
 
 
 static void mangle_name_on(outputStream* st, Symbol* name, int begin, int end) {