From 3f1427b7f143de4d5373ba51de1c6564d85087e1 Mon Sep 17 00:00:00 2001 From: ivmai Date: Sun, 27 Sep 2009 16:53:42 +0000 Subject: [PATCH] 2009-09-27 Ivan Maidanski * real_malloc.c: Include private/config.h if HAVE_CONFIG_H. --- ChangeLog | 4 ++++ real_malloc.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cd5d5018..3f677e73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-27 Ivan Maidanski + + * real_malloc.c: Include private/config.h if HAVE_CONFIG_H. + 2009-09-27 Ivan Maidanski * allchblk.c (GC_hblkfreelist): Define as STATIC. diff --git a/real_malloc.c b/real_malloc.c index cb14edcc..da11f342 100644 --- a/real_malloc.c +++ b/real_malloc.c @@ -11,8 +11,10 @@ * provided the above notices are retained, and a notice that the code was * modified is included with the above copyright notice. */ -/* Boehm, May 19, 1994 2:04 pm PDT */ +# ifdef HAVE_CONFIG_H +# include "private/config.h" +# endif # ifdef PCR /* -- 2.50.0