Use <config.h>, not "config.h".
This commit is contained in:
parent
7051b69b1d
commit
82142eb074
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue