diff options
| author | Richard M. Stallman | 1994-10-13 03:41:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-13 03:41:14 +0000 |
| commit | 92b522930e04abd98d85fd684b8d9b1bcf051037 (patch) | |
| tree | 37dc7ba12f44684497a034e403f3e82350809da5 /src | |
| parent | 716c3024cd70198aa0f32ef5ba94bb7428188c4b (diff) | |
| download | emacs-92b522930e04abd98d85fd684b8d9b1bcf051037.tar.gz emacs-92b522930e04abd98d85fd684b8d9b1bcf051037.zip | |
Include config.h.
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 | ||