--- old/src/java.desktop/share/native/libsplashscreen/java_awt_SplashScreen.c 2018-06-08 10:48:50.119893522 +0200 +++ new/src/java.desktop/share/native/libsplashscreen/java_awt_SplashScreen.c 2018-06-08 10:48:49.815893525 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -28,6 +28,7 @@ #include #include #include +#include "java_awt_SplashScreen.h" JNIEXPORT jint JNICALL DEF_JNI_OnLoad(JavaVM * vm, void *reserved)