< 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,11 +569,11 @@
     return ret;
 }
 
 #include <dlfcn.h>
 
-#include "fontconfig.h"
+#include <fontconfig/fontconfig.h>
 
 
 static void* openFontConfig() {
 
     char *homeEnv;
< prev index next >