--- old/src/java.security.jgss/windows/native/libw2k_lsa_auth/NativeCreds.c 2018-06-08 10:48:52.827893502 +0200 +++ new/src/java.security.jgss/windows/native/libw2k_lsa_auth/NativeCreds.c 2018-06-08 10:48:52.523893505 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -44,6 +44,7 @@ #include #include "jni_util.h" #include +#include "sun_security_krb5_Credentials.h" #undef LSA_SUCCESS #define LSA_SUCCESS(Status) ((Status) >= 0)