summaryrefslogtreecommitdiff
path: root/src/unexcoff.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-08-19 13:02:24 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-08-19 13:02:24 -0700
commit22d7feb28c95cec0c940fc7b933491550730512b (patch)
treeff38893d862e205e530bcd7446649fb7f2db759e /src/unexcoff.c
parent32bd425074e32184d3d4d9f985fd1a60814d78b2 (diff)
downloademacs-22d7feb28c95cec0c940fc7b933491550730512b.tar.gz
* unexaix.c, unexcoff.c: Include "mem-limits.h".
(start_of_data): Remove decl; mem-limits.h provides it.
Diffstat (limited to 'src/unexcoff.c')
-rw-r--r--src/unexcoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexcoff.c b/src/unexcoff.c
index 5b269737839..e83042a379d 100644
--- a/src/unexcoff.c
+++ b/src/unexcoff.c
@@ -98,7 +98,7 @@ struct aouthdr
#include <sys/file.h>
-extern char *start_of_data (void); /* Start of initialized data */
+#include "mem-limits.h"
static long block_copy_start; /* Old executable start point */
static struct filehdr f_hdr; /* File header */