diff src/unexelf.c @ 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 9cacb2dd365c
children e98682eae98b
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