K 10 svn:author V 6 glewis K 8 svn:date V 27 2008-10-15T03:34:38.000000Z K 7 svn:log V 369 . When building libsplashscreen, put the internal JDK header paths before the external system header paths. This prevents us from picking up the jpeg headers from the system headers when building splashscreen_jpeg.c which caused an undefined reference to be present in libsplashscreen since the internal JDK jpeg headers remap the function names. PR: 119654 END