From 92b522930e04abd98d85fd684b8d9b1bcf051037 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 13 Oct 1994 03:41:14 +0000 Subject: Include config.h. --- src/unexelf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unexelf.c') 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 -- cgit v1.2.1