# HG changeset patch # User Richard M. Stallman # Date 824620940 0 # Node ID 52c43dd2a83b16a8fd1487b67c6ec44130c59aca # Parent 0f4d4f599de207359e162850a346d805abaccb0a Use , not "config.h". diff -r 0f4d4f599de2 -r 52c43dd2a83b src/unexelf.c --- a/src/unexelf.c Sat Feb 17 02:40:39 1996 +0000 +++ b/src/unexelf.c Sun Feb 18 05:22:20 1996 +0000 @@ -426,7 +426,7 @@ #ifndef emacs #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) #else -#include "config.h" +#include extern void fatal (char *, ...); #endif