diff -r fae90cb64946 -r b6902ee5bc8d hotspot/src/share/vm/prims/nativeLookup.cpp --- a/hotspot/src/share/vm/prims/nativeLookup.cpp Tue Jan 28 11:21:43 2014 -0800 +++ b/hotspot/src/share/vm/prims/nativeLookup.cpp Tue Jan 28 12:25:34 2014 -0800 @@ -50,6 +50,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