changeset 1729:5c3898c5aa2d

[! emacs] [HAVE_CONFIG_H]: #include "config.h"
author Roland McGrath <roland@gnu.org>
date Tue, 29 Dec 1992 21:58:10 +0000
parents 2a49d509b30d
children f79966ac4f9d
files src/ralloc.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ralloc.c	Tue Dec 29 21:06:51 1992 +0000
+++ b/src/ralloc.c	Tue Dec 29 21:58:10 1992 +0000
@@ -36,7 +36,13 @@
 #ifdef __STDC__
 typedef void *POINTER;
 #else
+
+#ifdef	HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 typedef char *POINTER;
+
 #endif
 
 typedef unsigned long SIZE;