diff options
| author | Gerd Moellmann | 2000-06-14 13:34:54 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-14 13:34:54 +0000 |
| commit | 2a4487aceb4f5c7175ed98e168d9a49a99ae0a80 (patch) | |
| tree | 7d944127036507d03124be32e1e28b5965d87f7b /src | |
| parent | bbf1e8a5d835b5ebdc2f2fecf3143f8d115d58d5 (diff) | |
| download | emacs-2a4487aceb4f5c7175ed98e168d9a49a99ae0a80.tar.gz emacs-2a4487aceb4f5c7175ed98e168d9a49a99ae0a80.zip | |
(toplevel) [COFF]: Include coff.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexec.c | 4 |
1 files changed, 4 insertions, 0 deletions
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. | |||
| 171 | 171 | ||
| 172 | #ifndef CANNOT_DUMP /* all rest of file! */ | 172 | #ifndef CANNOT_DUMP /* all rest of file! */ |
| 173 | 173 | ||
| 174 | #ifdef COFF | ||
| 175 | #include <coff.h> | ||
| 176 | #else | ||
| 174 | #ifdef COFF_ENCAPSULATE | 177 | #ifdef COFF_ENCAPSULATE |
| 175 | int need_coff_header = 1; | 178 | int need_coff_header = 1; |
| 176 | #include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */ | 179 | #include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */ |
| @@ -205,6 +208,7 @@ struct aouthdr | |||
| 205 | #include <a.out.h> | 208 | #include <a.out.h> |
| 206 | #endif /* not MSDOS */ | 209 | #endif /* not MSDOS */ |
| 207 | #endif | 210 | #endif |
| 211 | #endif /* not COFF */ | ||
| 208 | 212 | ||
| 209 | /* Define getpagesize if the system does not. | 213 | /* Define getpagesize if the system does not. |
| 210 | Note that this may depend on symbols defined in a.out.h. */ | 214 | Note that this may depend on symbols defined in a.out.h. */ |