jdk/src/solaris/native/sun/awt/awt_LoadLibrary.c
changeset 22597 7515a991bb37
parent 20453 e480eb64d2c2
child 23010 6dadb192ad81
child 23276 add6f5c93bc6
equal deleted inserted replaced
22596:62542b8be764 22597:7515a991bb37
    34 
    34 
    35 #include <sys/param.h>
    35 #include <sys/param.h>
    36 #include <sys/utsname.h>
    36 #include <sys/utsname.h>
    37 
    37 
    38 #include "awt_Plugin.h"
    38 #include "awt_Plugin.h"
       
    39 
       
    40 #ifdef AIX
       
    41 #include "porting_aix.h" /* For the 'dladdr' function. */
       
    42 #endif
    39 
    43 
    40 #ifdef DEBUG
    44 #ifdef DEBUG
    41 #define VERBOSE_AWT_DEBUG
    45 #define VERBOSE_AWT_DEBUG
    42 #endif
    46 #endif
    43 
    47