equal
deleted
inserted
replaced
36 #ifdef TARGET_OS_FAMILY_solaris |
36 #ifdef TARGET_OS_FAMILY_solaris |
37 # include "os_solaris.inline.hpp" |
37 # include "os_solaris.inline.hpp" |
38 #endif |
38 #endif |
39 #ifdef TARGET_OS_FAMILY_windows |
39 #ifdef TARGET_OS_FAMILY_windows |
40 # include "os_windows.inline.hpp" |
40 # include "os_windows.inline.hpp" |
|
41 #endif |
|
42 #ifdef TARGET_OS_FAMILY_aix |
|
43 # include "os_aix.inline.hpp" |
41 #endif |
44 #endif |
42 #ifdef TARGET_OS_FAMILY_bsd |
45 #ifdef TARGET_OS_FAMILY_bsd |
43 # include "os_bsd.inline.hpp" |
46 # include "os_bsd.inline.hpp" |
44 #endif |
47 #endif |
45 |
48 |
1038 } |
1041 } |
1039 } |
1042 } |
1040 |
1043 |
1041 #ifndef PRODUCT |
1044 #ifndef PRODUCT |
1042 |
1045 |
1043 #if defined(SOLARIS) || defined(LINUX) || defined(_ALLBSD_SOURCE) |
1046 #if defined(SOLARIS) || defined(LINUX) || defined(AIX) || defined(_ALLBSD_SOURCE) |
1044 #include <sys/types.h> |
1047 #include <sys/types.h> |
1045 #include <sys/socket.h> |
1048 #include <sys/socket.h> |
1046 #include <netinet/in.h> |
1049 #include <netinet/in.h> |
1047 #include <arpa/inet.h> |
1050 #include <arpa/inet.h> |
1048 #endif |
1051 #endif |