--- old/src/jdk.hotspot.agent/linux/native/libsaproc/LinuxDebuggerLocal.c 2017-05-25 14:37:16.205651840 +0530 +++ new/src/jdk.hotspot.agent/linux/native/libsaproc/LinuxDebuggerLocal.c 2017-05-25 14:37:15.973767831 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2017, 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 @@ -22,10 +22,9 @@ * */ -#ifdef INCLUDE_SA_ATTACH - #include #include "libproc.h" +#include "libproc_impl.h" #include #include @@ -535,5 +534,3 @@ return array; } #endif - -#endif // INCLUDE_SA_ATTACH