aboutsummaryrefslogtreecommitdiffstats
path: root/src/unexaix.c
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-03-16 16:59:54 -0700
committerPaul Eggert <[email protected]>2011-03-16 16:59:54 -0700
commitce701a3393e8f02410dc0d076d5ddf57ef324260 (patch)
tree47e0891e5842f1bc511b7a3e54e1fbc8ea73ef40 /src/unexaix.c
parent4f63c6bb76e662fe8025969e0e16ab8906e0ba22 (diff)
New file unexec.h, the (simple) interface for unexec.
* deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o): (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o): Depend on unexec.h. * emacs.c [!defined CANNOT_DUMP]: Include unexec.h. * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c: * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
Diffstat (limited to 'src/unexaix.c')
-rw-r--r--src/unexaix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unexaix.c b/src/unexaix.c
index fe9d13d3e4..612d7c1fec 100644
--- a/src/unexaix.c
+++ b/src/unexaix.c
@@ -40,6 +40,8 @@ what you give them. Help stamp out software-hoarding! */
*/
#include <config.h>
+#include "unexec.h"
+
#define PERROR(file) report_error (file, new)
#include <a.out.h>
/* Define getpagesize () if the system does not.