diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexelf.c b/src/unexelf.c index d1badcbda66..0277f5767ab 100644 --- a/src/unexelf.c +++ b/src/unexelf.c | |||
| @@ -423,6 +423,7 @@ Filesz Memsz Flags Align | |||
| 423 | #ifndef emacs | 423 | #ifndef emacs |
| 424 | #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) | 424 | #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) |
| 425 | #else | 425 | #else |
| 426 | #include "config.h" | ||
| 426 | extern void fatal (char *, ...); | 427 | extern void fatal (char *, ...); |
| 427 | #endif | 428 | #endif |
| 428 | 429 | ||