diff options
| author | Richard M. Stallman | 1996-02-18 05:22:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-02-18 05:22:20 +0000 |
| commit | 82142eb074ed5c545f4329a82dec711fd93a0691 (patch) | |
| tree | f4a47950966d646621b77e95c4063bbe7922f9a2 /src | |
| parent | 7051b69b1d76cf226ed826671e2955e71a18e3cb (diff) | |
| download | emacs-82142eb074ed5c545f4329a82dec711fd93a0691.tar.gz emacs-82142eb074ed5c545f4329a82dec711fd93a0691.zip | |
Use <config.h>, not "config.h".
Diffstat (limited to 'src')
| -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 | |||
| 426 | #ifndef emacs | 426 | #ifndef emacs |
| 427 | #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) | 427 | #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) |
| 428 | #else | 428 | #else |
| 429 | #include "config.h" | 429 | #include <config.h> |
| 430 | extern void fatal (char *, ...); | 430 | extern void fatal (char *, ...); |
| 431 | #endif | 431 | #endif |
| 432 | 432 | ||