From 62d216a32ad1b71ddfef264e772063929b50073c Mon Sep 17 00:00:00 2001 From: gcasa Date: Sat, 15 Jul 2006 22:00:09 +0000 Subject: [PATCH] Partial fix for bug#17112. Corrects the issue which causes the unarchiver to display the "not compiled with libxml2" message. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23167 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Source/NSKeyedUnarchiver.m | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 70a0566f7..87d7937da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-15 17:00 Gregory John Casamento + + * Source/NSKeyedUnarchiver.m: Partial fix for bug#17112. + 2006-07-14 Richard Frith-Macdonald * Source/NSKeyedUnarchiver.m: ([-dealloc]) release objects in array diff --git a/Source/NSKeyedUnarchiver.m b/Source/NSKeyedUnarchiver.m index e7dccd2d9..cfd9d9ed1 100644 --- a/Source/NSKeyedUnarchiver.m +++ b/Source/NSKeyedUnarchiver.m @@ -31,6 +31,7 @@ #include #include "GSPrivate.h" +#include "config.h" /* * Setup for inline operation of arrays.