hotspot/src/share/vm/runtime/atomic.cpp
changeset 22872 b6902ee5bc8d
parent 22234 da823d78ad65
parent 22827 07d991d45a51
child 25468 5331df506290
--- a/hotspot/src/share/vm/runtime/atomic.cpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/hotspot/src/share/vm/runtime/atomic.cpp	Tue Jan 28 12:25:34 2014 -0800
@@ -33,6 +33,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "os_windows.inline.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_aix
+# include "os_aix.inline.hpp"
+#endif
 #ifdef TARGET_OS_FAMILY_bsd
 # include "os_bsd.inline.hpp"
 #endif