From 9b8181460dcf4d61a75390de5b9b60e1f9426e3d 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/hpux-core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/hpux-core.c') diff --git a/bfd/hpux-core.c b/bfd/hpux-core.c index e68a715..9a97531 100644 --- a/bfd/hpux-core.c +++ b/bfd/hpux-core.c @@ -61,7 +61,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. # endif #endif #include +#ifdef HPUX_CORE #include +#endif #include /* After a.out.h */ #include -- cgit v1.1