# HG changeset patch # User Roland McGrath # Date 725666290 0 # Node ID 5c3898c5aa2d14d220563f3425ce5443d14aa992 # Parent 2a49d509b30d94d3481c192676218932b8d5dc75 [! emacs] [HAVE_CONFIG_H]: #include "config.h" diff -r 2a49d509b30d -r 5c3898c5aa2d src/ralloc.c --- 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;