From: Stu Grossman Date: Sun, 10 Jan 1993 05:30:36 +0000 (+0000) Subject: * coffgen.c: #include seclet.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8ba7cc6b1d13f9282b31d02ab08c4ba7daf83d2;p=binutils-gdb.git * coffgen.c: #include seclet.h. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a321478358f..579c4cb449e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Sat Jan 9 21:29:32 1993 Stu Grossman (grossman at cygnus.com) + + * coffgen.c: #include seclet.h. + Sat Jan 9 19:48:14 1993 Stu Grossman (grossman at cygnus.com) * hppa.c (hppa_object_setup): Get rid of all knowledge of stabs diff --git a/bfd/coffgen.c b/bfd/coffgen.c index 4bd01612841..fc87b4d72ea 100644 --- a/bfd/coffgen.c +++ b/bfd/coffgen.c @@ -39,6 +39,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "sysdep.h" #include "libbfd.h" #include "coff/internal.h" +#include "seclet.h" #include "libcoff.h" static asection bfd_debug_section = { "*DEBUG*" };