--- old/src/java.base/windows/native/libnet/NTLMAuthentication.c 2019-11-13 12:10:57.000000000 -0600 +++ new/src/java.base/windows/native/libnet/NTLMAuthentication.c 2019-11-13 12:10:57.000000000 -0600 @@ -26,7 +26,9 @@ #include #include #include "jni_util.h" -#include "jdk_util.h" +#include "jni.h" +#include "jvm.h" +#include "jdk_util_md.h" #include typedef HRESULT (WINAPI *CoInternetCreateSecurityManagerType)