diff options
| -rw-r--r-- | src/unexelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <config.h> extern void fatal (char *, ...); #endif |
