diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexaix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unexaix.c b/src/unexaix.c index e7b7b8c10b3..364e3467b0c 100644 --- a/src/unexaix.c +++ b/src/unexaix.c | |||
| @@ -237,6 +237,7 @@ static int pagemask; | |||
| 237 | #endif | 237 | #endif |
| 238 | 238 | ||
| 239 | #ifdef emacs | 239 | #ifdef emacs |
| 240 | #include "lisp.h" | ||
| 240 | 241 | ||
| 241 | static | 242 | static |
| 242 | report_error (file, fd) | 243 | report_error (file, fd) |
| @@ -245,7 +246,7 @@ report_error (file, fd) | |||
| 245 | { | 246 | { |
| 246 | if (fd) | 247 | if (fd) |
| 247 | close (fd); | 248 | close (fd); |
| 248 | error ("Failure operating on %s", file); | 249 | report_file_error ("Cannot unexec", Fcons (build_string (file), Qnil)); |
| 249 | } | 250 | } |
| 250 | #endif /* emacs */ | 251 | #endif /* emacs */ |
| 251 | 252 | ||