aboutsummaryrefslogtreecommitdiffstats
path: root/src/unexelf.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-10-13 03:41:14 +0000
committerRichard M. Stallman <[email protected]>1994-10-13 03:41:14 +0000
commit92b522930e04abd98d85fd684b8d9b1bcf051037 (patch)
tree37dc7ba12f44684497a034e403f3e82350809da5 /src/unexelf.c
parent716c3024cd70198aa0f32ef5ba94bb7428188c4b (diff)
Include config.h.
Diffstat (limited to 'src/unexelf.c')
-rw-r--r--src/unexelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexelf.c b/src/unexelf.c
index d1badcbda6..0277f5767a 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