summaryrefslogtreecommitdiff
path: root/src/unexelf.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-13 03:41:14 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-13 03:41:14 +0000
commit2eab409ed6f3dbaa499cf51a4669b42b8205817c (patch)
treef91a15ed99f83694a936c3e6a67aff6a939dc9fd /src/unexelf.c
parentf12657912daa9452ea8f508751d32a37a2fa13d2 (diff)
downloademacs-2eab409ed6f3dbaa499cf51a4669b42b8205817c.tar.gz
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 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