Use <config.h>, not "config.h".

This commit is contained in:
Richard M. Stallman 1996-02-18 05:22:20 +00:00
parent 7051b69b1d
commit 82142eb074

View file

@ -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 <config.h>
extern void fatal (char *, ...);
#endif