From: Richard M. Stallman Date: Sun, 18 Feb 1996 05:22:20 +0000 (+0000) Subject: Use , not "config.h". X-Git-Tag: emacs-19.34~1267 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82142eb074ed5c545f4329a82dec711fd93a0691;p=emacs.git Use , not "config.h". --- diff --git a/src/unexelf.c b/src/unexelf.c index ffe159744a6..1743e524c46 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -426,7 +426,7 @@ Filesz Memsz Flags Align #ifndef emacs #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) #else -#include "config.h" +#include extern void fatal (char *, ...); #endif