Backport header inclusion fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/base-1_13_0@24110 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-11-16 05:42:33 +00:00
parent 8accb5f56c
commit 8a5e513aff
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
* Source/NSSortDescriptor.m:
* Tools/AGSHtml.m:
* Tools/autogsdoc.m:
* Headers/Foundation/NSKeyValueObserving.h:
Backport bugfixes from trunk
2006-08-28 Adam Fedor <fedor@gnu.org>

View file

@ -26,6 +26,7 @@
#define __NSKeyValueObserving_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
#include <Foundation/NSArray.h>
#if OS_API_VERSION(100300,GS_API_LATEST) && GS_API_VERSION(010200,GS_API_LATEST)