From 05c9c5ca5d95df2837e941b536067bd253015f3d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 29 Oct 2005 23:00:12 +0000 Subject: 2005-10-29 H.J. Lu * hpux-core.c: Include only if HPUX_CORE is define. * osf-core.c: Include only if OSF_CORE is defined. * sco5-core.c: Include and only if SCO5_CORE is defined. --- bfd/osf-core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/osf-core.c') diff --git a/bfd/osf-core.c b/bfd/osf-core.c index 1ad0a362f5..35aa82df43 100644 --- a/bfd/osf-core.c +++ b/bfd/osf-core.c @@ -26,7 +26,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. #include "libbfd.h" #include +#ifdef OSF_CORE #include +#endif /* forward declarations */ -- cgit v1.2.1