hotspot/src/share/vm/c1/c1_globals.hpp
changeset 10565 dc90c239f4ec
parent 10505 df3cc194efc5
child 13521 97a23be06f4e
--- a/hotspot/src/share/vm/c1/c1_globals.hpp	Tue Sep 20 23:50:16 2011 -0700
+++ b/hotspot/src/share/vm/c1/c1_globals.hpp	Sun Sep 25 16:03:29 2011 -0700
@@ -47,6 +47,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "c1_globals_windows.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_bsd
+# include "c1_globals_bsd.hpp"
+#endif
 
 //
 // Defines all global flags used by the client compiler.