From: Richard M. Stallman Date: Thu, 13 Oct 1994 03:41:14 +0000 (+0000) Subject: Include config.h. X-Git-Tag: emacs-19.34~6352 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92b522930e04abd98d85fd684b8d9b1bcf051037;p=emacs.git Include config.h. --- 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