changeset 9502:401b9dbedc4e

Include config.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 13 Oct 1994 03:41:14 +0000
parents 93bb180ef5da
children da21af13b844
files src/unexelf.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexelf.c	Thu Oct 13 03:35:55 1994 +0000
+++ b/src/unexelf.c	Thu Oct 13 03:41:14 1994 +0000
@@ -423,6 +423,7 @@
 #ifndef emacs
 #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1)
 #else
+#include "config.h"
 extern void fatal (char *, ...);
 #endif