< prev index next >

src/solaris/native/sun/awt/fontpath.c

Print this page
rev 13458 : 8170681: Remove fontconfig header files from JDK source tree
Reviewed-by: serb, erikj

*** 569,579 **** return ret; } #include <dlfcn.h> ! #include "fontconfig.h" static void* openFontConfig() { char *homeEnv; --- 569,579 ---- return ret; } #include <dlfcn.h> ! #include <fontconfig/fontconfig.h> static void* openFontConfig() { char *homeEnv;
< prev index next >