diff src/share/vm/runtime/interfaceSupport.hpp @ 14489:f460c6926af7

Merge
author ehelin
date Tue, 25 Feb 2014 11:02:11 +0100
parents 2b8e28fdf503
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/interfaceSupport.hpp	Mon Feb 24 10:45:15 2014 +0100
+++ b/src/share/vm/runtime/interfaceSupport.hpp	Tue Feb 25 11:02:11 2014 +0100
@@ -107,6 +107,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "interfaceSupport_windows.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_aix
+# include "interfaceSupport_aix.hpp"
+#endif
 #ifdef TARGET_OS_FAMILY_bsd
 # include "interfaceSupport_bsd.hpp"
 #endif