From: Andrew Cagney Date: Thu, 1 Jun 2000 10:09:30 +0000 (+0000) Subject: * trad-core.c: From hpux-core.c, include or X-Git-Tag: readline-pre-41-import~305 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12df4d3c6b87641f9289d604c4f7e211c0bc5eb4;p=external%2Fbinutils.git * trad-core.c: From hpux-core.c, include or when possible. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 798ed4d..475f23d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue May 30 15:39:04 2000 Andrew Cagney + + * trad-core.c: From hpux-core.c, include or + when possible. + 2000-05-31 Nick Clifton * opintl.h (_(String)): Explain why dgettext is used instead diff --git a/bfd/trad-core.c b/bfd/trad-core.c index aea6366..9cd12c0 100644 --- a/bfd/trad-core.c +++ b/bfd/trad-core.c @@ -25,7 +25,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "libaout.h" /* BFD a.out internal data structures */ #include -#include +#ifdef HAVE_DIRENT_H +# include +#else +# ifdef HAVE_SYS_NDIR_H +# include +# endif +# ifdef HAVE_SYS_DIR_H +# include +# endif +# ifdef HAVE_NDIR_H +# include +# endif +#endif #include #include /* After a.out.h */