aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/coffgen.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a321478..579c4cb 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 4bd0161..fc87b4d 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*" };