hotspot/src/share/vm/runtime/atomic.cpp
changeset 22827 07d991d45a51
parent 18438 9ea6bbfe0b83
child 22872 b6902ee5bc8d
--- a/hotspot/src/share/vm/runtime/atomic.cpp	Fri Jul 26 00:59:18 2013 +0200
+++ b/hotspot/src/share/vm/runtime/atomic.cpp	Thu Aug 22 09:39:54 2013 -0700
@@ -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