]> granicus.if.org Git - gc/commitdiff
2009-09-27 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Sun, 27 Sep 2009 16:53:42 +0000 (16:53 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:48 +0000 (21:06 +0400)
* real_malloc.c: Include private/config.h if HAVE_CONFIG_H.

ChangeLog
real_malloc.c

index cd5d501836e23f37a3177a018f91485234d97e59..3f677e73901246166fe04f16e0e86e30676d52d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-27  Ivan Maidanski <ivmai@mail.ru>
+
+       * real_malloc.c: Include private/config.h if HAVE_CONFIG_H.
+
 2009-09-27  Ivan Maidanski <ivmai@mail.ru>
 
        * allchblk.c (GC_hblkfreelist): Define as STATIC.
index cb14edcc596e1f223980f215fc6c9884b4914cc1..da11f342bbd3834d52ce9f85c32468c968728b07 100644 (file)
  * 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
 /*