hotspot/src/share/vm/runtime/timer.cpp
changeset 22827 07d991d45a51
parent 18025 b7bcf7497f93
child 23223 d38d6390733f
--- a/hotspot/src/share/vm/runtime/timer.cpp	Fri Jul 26 00:59:18 2013 +0200
+++ b/hotspot/src/share/vm/runtime/timer.cpp	Thu Aug 22 09:39:54 2013 -0700
@@ -35,6 +35,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