changeset 14593:52c43dd2a83b

Use <config.h>, not "config.h".
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Feb 1996 05:22:20 +0000
parents 0f4d4f599de2
children 37d38d8040a1
files src/unexelf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <config.h>
 extern void fatal (char *, ...);
 #endif