From 2a4487aceb4f5c7175ed98e168d9a49a99ae0a80 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 14 Jun 2000 13:34:54 +0000 Subject: [PATCH] (toplevel) [COFF]: Include coff.h. --- src/unexec.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/unexec.c b/src/unexec.c index eebb8911caf..588ca15dac4 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -171,6 +171,9 @@ pointer looks like an int) but not on all machines. #ifndef CANNOT_DUMP /* all rest of file! */ +#ifdef COFF +#include +#else #ifdef COFF_ENCAPSULATE int need_coff_header = 1; #include /* The location might be a poor assumption */ @@ -205,6 +208,7 @@ struct aouthdr #include #endif /* not MSDOS */ #endif +#endif /* not COFF */ /* Define getpagesize if the system does not. Note that this may depend on symbols defined in a.out.h. */ -- 2.39.2