diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-13 03:41:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-13 03:41:14 +0000 |
commit | 92b522930e04abd98d85fd684b8d9b1bcf051037 (patch) | |
tree | 37dc7ba12f44684497a034e403f3e82350809da5 /src/unexelf.c | |
parent | 716c3024cd70198aa0f32ef5ba94bb7428188c4b (diff) | |
download | emacs-92b522930e04abd98d85fd684b8d9b1bcf051037.tar.gz |
Include config.h.
Diffstat (limited to 'src/unexelf.c')
-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 #ifndef emacs #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) #else +#include "config.h" extern void fatal (char *, ...); #endif |