diff src/ralloc.c @ 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 ac1be1d32868
children e94a593c3952
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;