jdk/src/solaris/native/sun/awt/awt_LoadLibrary.c
changeset 22597 7515a991bb37
parent 20453 e480eb64d2c2
child 23010 6dadb192ad81
child 23276 add6f5c93bc6
--- a/jdk/src/solaris/native/sun/awt/awt_LoadLibrary.c	Thu Nov 21 12:28:16 2013 -0800
+++ b/jdk/src/solaris/native/sun/awt/awt_LoadLibrary.c	Tue Nov 26 16:40:31 2013 +0100
@@ -37,6 +37,10 @@
 
 #include "awt_Plugin.h"
 
+#ifdef AIX
+#include "porting_aix.h" /* For the 'dladdr' function. */
+#endif
+
 #ifdef DEBUG
 #define VERBOSE_AWT_DEBUG
 #endif